List signature requests
Retrieve a paginated list of signature requests with basic metadata.
Authorizations
Cognito-issued JWT access token. Send it as Authorization: Bearer <token>.
Query Parameters
The number of items to return per page (default 100).
x >= 1The cursor for fetching the next page of results.
The client group to list signature requests for.
If empty, all matching results are returned. If true, only items with completedAt set are returned. If false, only items with completedAt equal to null are returned.
If empty, both pending and non-pending results are returned. If true, only pending results are returned. If false, only non-pending results are returned.
Whether to return documents requiring a notary (true) or just a signature (false). If empty, both types are returned.
The column to order the results by. Defaults to id.
id, createdOn, document.matterReference, document.preparedBy, document.preparedOn, document.firmId The direction to order the results by.
asc, desc One or more columns and their values on which to filter results.
