List all QC requests
Retrieve a paginated list of all QC requests with basic metadata. Uses file_requests for document data.
Authorizations
Owner-scoped bearer token. The owner a request is scoped to is derived from the token; list endpoints also take an explicit owner query parameter your token must be authorized to read.
Query Parameters
The number of items to return per page (default 10).
x >= 1The cursor for fetching the next page of results.
Owner to filter the results to.
The direction to order the results by
asc, desc The column to order the results by, defaults to id
id, createdOn, reviewCompletedOn, document.matterReference, document.preparedBy, document.preparedOn, document.firmId, document.signedOn One or more columns and their values on which to filter results
Whether to filter requests to those requiring a notary (true) or just a signature (false). If empty, both types are returned.
