Skip to main content

List and find Signature Requests

GET 

/signature-requests

Returns all SignatureRequest objects that the current user has sufficient access rights to.

Filter

You can optionally filter results using one or more of the optional parameters.

Filters search for an exact match of the corresponding field value. This means the filter is case-sensitive and will not match partial values. For example, account_email=john.doe@skribble.com will only match a SignatureRequest where the account_email field is exactly john.doe@skribble.com and will not match another.john.doe@skribble.com.

Exception: The search parameter searches for document titles that contain the search term.

Pagination

The result set can be controlled using the optional pagination parameters page_number and page_size, which helps prevent excessively large result sets.

Request

Responses

OK