API Access Token

v1_invoice API

/**
 * REST API end-points for interacting with the 'invoice' resource.
 * 
 */
Returns information about the 'invoice' resource (referred to as 'resource' below) filterable by the fields described below.

Resource response fields:
- 'is_deleted' (boolean): Whether the resource is considered deleted or not.
- 'created_on' (datetime): The date and time that the resource was originally created on.
- 'last_modified' (datetime): The date and time that the resource was last modified.
- 'max_last_modified' (datetime): The date and time that the resource is being requested. Used to query for only resources that have changed after this date and time on subsequent requests.
@return ARRAY of invoices
Field Description
Comma Separated list of columns to restrict results to. Order is kept. If field does not exist then column will be included, but a blank result will be returned
eg: "name,description,created_by"

Currently only enabled for GET requests using formats of HTML, TSV, CSV
Comma Separated list of columns to exclude from results.
Currently only enabled for GET requests using formats of HTML, TSV, CSV Note: Exclude field will be ignored if fields are supplied.
[1 or 0]
[1 or 0]
[1 or 0]
Set to '0' to undelete the record.
(YYYY-MM-DD HH:mm:ss), if supplied, only records modified more recent than this datetime will be returned