Returns a paginated invoice list with optional filtering and sorting.
Documentation Index
Fetch the complete documentation index at: https://docs.smartcp.org/llms.txt
Use this file to discover all available pages before exploring further.
Client secret key sent as a bearer token.
Client directory identifier.
Page number. Default: 1.
x >= 1Number of results per page. Default: 250, maximum: 500.
1 <= x <= 500Predefined date range filter.
cur_month, prev_month, last_30_days, last_60_days, last_90_days, custom Invoice date field used together with period.
added_date, issue_date, service_date, payment_term, payment_date Start date for period=custom in YYYY-MM-DD format.
End date for period=custom in YYYY-MM-DD format.
Comma-separated invoice types.
"s,c"
Comma-separated invoice statuses.
"issued,overdue"
Comma-separated branch IDs.
"1,2"
Comma-separated customer VAT numbers.
"PL1234567890,DE123456789"
Partial customer name.
Customer country code.
"pl"
Search by invoice number, related order number, or item text.
Search invoice items by name or description.
Sort field.
issue_date, service_date, payment_term, payment_date, nr, amount_gross, amount_net, amount_tax, customer_name, added_time Sort direction.
asc, desc