Quality Control
List all QC requests and checklists for reporting
Retrieve a paginated list of all QC requests with extended metadata for reporting. Uses file_requests for document data.
GET
List all QC requests and checklists for reporting
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).
Required range:
x >= 1The cursor for fetching the next page of results.
Owner to filter the results to.
The direction to order the results by
Available options:
asc, desc The column to order the results by, defaults to id
Available options:
id, matterReference, status, processName, reviewCompletedOn One or more columns and their values on which to filter results
