Search for signature requests.

Use this operation to retrieve all signature requests having a given name and/or hashToSign property.

Only requests belonging to the authenticated user are returned.

Paging and sorting is supported.

Query Params
integer
Defaults to 0

Index of the page to retrieve (from 0).

integer
Defaults to 20

Number of anchors per page.

string
enum
Defaults to ASC

Sorting direction: ASC for ascending DESC for descending.

Allowed:
string
enum
Defaults to created

Sorting property: possible values are limited to created and hashToSign.

Allowed:
string

name to search for: all signature requests whose name property contains this sub-string are returned.

WARNING: Searching by name can timeout on a large signature request set.

string

hashToSign to search for: all signature requests whose hashToSign property is equal are returned.

state
array of strings

state to search for: all signature requests whose state property is equal are returned.

state
Responses

400

Invalid request. More details are returned in the response body as a JSON object.

504

Can be triggered when searching by name if the request takes too long to process.

Language
Credentials
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json