v1
latestOpenAPI 3.0.12026-07-245277551.2 MBFiscal Documents
Get list of fiscal documents
Retrieves a paginated list of fiscal documents filtered by optional criteria.
get/fiscal-document/v1/fiscal-documents
Query parameters
pageTokenstring
Token for fetching the next page, as per cursor-based pagination.
sortstring
Example:createdAt:desc
Supported fields:
- createdAt
- dueDate
- invoiceDate
- kind
- status
Supported sort modes asc:desc. If not supplied default is asc.
limitinteger
Number of results to return per page.
{
"ids": [
"123",
"456",
"789"
],
"sourceIds": [
"123",
"456",
"789"
],
"sourceIdentifiers": [
"ABC123",
"XYZ789"
],
"statuses": [
"OPEN",
"COMPLETED"
],
"kinds": [
"INVOICE",
"RECEIPT"
],
"origins": [
"MFD",
"FISCAL_DOCUMENT"
]
}Headers
X-Property-IDinteger required
Property id
Response
OK