Returns a collection of invoice lines for the given accounts.

All the invoice lines will be returned for the accounts under the organization. A 403 error is returned if the specified accounts are not under the organization performing the call. The results are paged.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Scope

express-accounts-invoices:read

Query Params
string
length ≤ 1600

Allows filtering the results by 'account_id', invoice 'number' and invoice 'date' using comparison or logical operators. Examples:

  • Returns the data for a specific account
accound_id eq '5ea75fe7aa224700012eae40'
  • Returns the data for a specific invoice number
number eq 'INV1120933'
  • Returns the data for a spcific account in a given range of dates
(date ge '2023-12-01' and date le '2023-01-01' and account_id eq '5ea75fe7aa224700012eae40')
string
length ≤ 40
Defaults to date:desc

Allows ordering the results by 'date'

integer
≥ 1
Defaults to 1

The number of the page to be returned. The default value is 1.

integer
1 to 250
Defaults to 50

The number of results to be returned per page. The default value is 50.

Responses

Language
Credentials
OAuth2
Missing 1 required scope
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json