GET /documents
Operation ID: ListDocument
Auth: api_key
Description
Returns a list of your documents. The documents are returned sorted by creation date, with the most recent documents appearing first.
Parameters (12)
(integer, query, optional)
Filter documents by the identifier of your DocumentBlock.
(string, query, optional)
Filter documents by date.
(integer, query, optional)
Ending number of the document, should not contain year or any other formatting. Required if `end_year` given
(integer, query, optional)
Year for `end_number` parameter. Required if `end_number` given.
(integer, query, optional, default: 1)
(integer, query, optional)
Filter documents by the identifier of your Partner.
(?, query, optional)
Filter documents by PaymentMethod value.
(?, query, optional)
Filter documents by PaymentStatus value.
(integer, query, optional, default: 25)
Constraints: {'minimum': 1, 'maximum': 100}
(string, query, optional)
Filter documents by date.
(integer, query, optional)
Starting number of the document, should not contain year or any other formatting. Required if `start_year` given
(integer, query, optional)
Year for `start_number` parameter. Required if `start_number` given.
No probe data for this endpoint yet.