Field to sort documents by. Prefix with - for descending order (e.g., -creation for newest first).
(List pagination element)
number of documents to skip of the list .The list is made up of documents that comply with the terms have been defined in the query.The skips start from the top of the list.
(List pagination element)
total number of documents to retrieve (max. 500) of the list.The retrieval starts from the established position by the value of the param skip.
Query filter in JSON format. Supports filtering by document properties with operators.
Filter by company:
Filter by public state (single value):
Filter by multiple states:
Filter by document type:
Filter by page count:
Filter by date range:
Filter by data fields:
Combine multiple filters:
Filter by client data:
Available operators:
eq - Equalsne - Not equalsgt - Greater thangte - Greater than or equallt - Less thanlte - Less than or equalin - Value in arrayComma-separated fields to include in the response. You can specify any field path using dot notation.
Common fields: _id, company, publicState, type, data, data.invoiceNumber, clientData, creation, confidence, pageCount
Examples:
_id,publicState,type_id,data.invoiceNumber,data.totalAmountdata,type,company,confidence,publicState,creation