GET documents

billingo.hu

Summary: List all 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)

block_id (integer, query, optional)

Filter documents by the identifier of your DocumentBlock.

end_date (string, query, optional)

Filter documents by date.

end_number (integer, query, optional)

Ending number of the document, should not contain year or any other formatting. Required if `end_year` given

end_year (integer, query, optional)

Year for `end_number` parameter. Required if `end_number` given.

page (integer, query, optional, default: 1)
partner_id (integer, query, optional)

Filter documents by the identifier of your Partner.

payment_method (?, query, optional)

Filter documents by PaymentMethod value.

payment_status (?, query, optional)

Filter documents by PaymentStatus value.

per_page (integer, query, optional, default: 25)

Constraints: {'minimum': 1, 'maximum': 100}

start_date (string, query, optional)

Filter documents by date.

start_number (integer, query, optional)

Starting number of the document, should not contain year or any other formatting. Required if `start_year` given

start_year (integer, query, optional)

Year for `start_number` parameter. Required if `start_number` given.

No probe data for this endpoint yet.