Skip to main content

Get signature activities by business

GET 

/activities/signatures

Returns detailed signature activities for your business and its members within a specified date range.

Use these parameters to filter for a specific time range.

ParameterDescriptionMandatory
start_dateThe start date of the range to fetch the signature activities. Format: yyyy-MM-dd.yes
end_dateThe end date of the range to fetch the signature activities. Format: yyyy-MM-dd.yes

Pagination

The result set can be controlled using the optional pagination parameters page and size

ParameterDescriptionMandatory
pageThe page number to fetch the signature activities. Must be a positive integer. Default: 1no
sizeThe size of the page to fetch the signature activities. Must be a positive integer. Default: 25 Maximum: 100no
sortThe sort order of the signature activities. Can be asc or desc. Default is desc.no

Response

The response contains the following information.

General

FieldDescription
activitiesArray of activities. See the following subchapter Activities.
total_itemsTotal items to fetch when paginating through all the pages.
total_pagesTotal pages to fetch when paginating through all the pages.
current_pageCurrent page number.
sizeSize of the page.

Activities

FieldDescription
idThe ID of the signature activity.
actionThe action type of a signature activity. Can be signed or sealed.
timestampThe timestamp of the signature activity.
signature_request_idThe signature request ID.
cost_centerThe cost center of the signature paying party. This information might not necessarily be present.
initiatorThe initiator user of the signature activity. See the following subchapter User.
signerThe signer user of the signature activity. See the following subchapter User.

User

FieldDescription
emailThe email of the user.
first_nameThe first name of the user.
last_nameThe last name of the user.
typeThe membership status of the user in relation to the business. Can be api, external, member or unknown.
mobileThe mobile number of the user.

Request

Responses

OK