These docs are for v1.5.3. Click to read the latest docs for v1.15.1.

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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 id, 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.

Responses

504

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

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