Get a list of invoices
Lists the invoices of an organization whose billing period overlaps the requested date range. The date range is always bounded, so leaving out starting_date and ending_date does not list every invoice of the organization. With neither given, the range defaults to the previous full calendar month: from the first day of the previous month to the first day of the current month, both inclusive. With only starting_date given, the range covers the one month starting from that date. With only ending_date given, it covers the one month ending at that date. With both given, the range is the period between them, and ending_date must be after starting_date or the request fails with bad_request.
Path parameters
ID of an organization
Query parameters
IDs of the billing_groups
refers to state of the invoice
start of the invoice time period, default: start of last month
end of the invoice time period, default: start of this month
Response
Response
Changes
Changed in 1 of the 26 revisions of this API.1
- ○
added the non-success response with the status
response-non-success-status-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○