v1
latestOpenAPI 3.0.32026-08-0623677345.2 KBCollections
List document types
Reference catalogue of fiscal document types per country.
get/generals/documents/
Query parameters
pageinteger
Page number to retrieve (1-indexed).
page_sizeinteger
Number of items per page.
orderingstring
Field to sort results by. Prefix with - for descending order (e.g. -created).
countrystring
currenciesstring
is_saleboolean
is_purshaseboolean
is_orderboolean
hold_taxesboolean
Response
Paginated document list.
Example response
{
"count": 142,
"results": [
{
"id": "CL33"
}
]
}