List sales invoices
Retrieve a list of all sales invoices created through the API.
The results are paginated.
Query parameters
Provide an ID to start the result set from the item with the given ID and onwards. This allows you to paginate the result set.
The maximum number of items to return. Defaults to 50 items.
Most API credentials are specifically created for either live mode or test mode. In those cases the testmode query parameter must not be sent. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting the testmode query parameter to true.
Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
Headers
A unique key to ensure idempotent requests. This key should be a UUID v4 string.
Response
A list of sales invoice objects. For a complete reference of the sales invoice object, refer to the Get sales invoice endpoint documentation.
Changes
Changed in 7 of the 92 revisions of this API.399
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ●
- ●
added the new
cancelledenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
expiredenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
failedenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
issuingenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
overdueenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
payment_reversedenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
pending-paymentenum value to the////response property for the response statusresponse-property-enum-value-added
- ○
removed the
draftenum value from the///////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
issuedenum value from the///////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
paidenum value from the///////response property for the response statusresponse-property-enum-value-removed
- ●
- ○
removed
subschema #2from the//response propertyallOflist for the response statusresponse-property-all-of-removed
- ○
- ▲
the
response property's min was decreased from1.00to0.00for the response statusresponse-property-min-decreased
- ▲
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
the endpoint scheme security
advancedAccessTokenwas added to the APIapi-security-added
- ○
the endpoint scheme security
organizationAccessTokenwas removed from the APIapi-security-removed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the
////response's property type changed fromobjecttoarrayfor statusresponse-property-type-changed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ●
removed the optional property
/////from the response with the statusresponse-optional-property-removed
- ○
added the optional property
////to the response with the statusresponse-optional-property-added
- ▲
Of the 92 revisions, 9 have no diff computed.