The following macros are not currently supported in the header:
  • style

GET /invoices/:id

Get Invoice

Resource URL

GET /invoices/:id

Parameters

Table of allowed parameters.

_fieldspartial stringAllows you to specify optional fields and linked objects to include in the response.

Handling the response

Below is a table of available response fields and objects that are returned within the response object of the returned object. The optional fields and objects can be requested in the _fields parameter; see included examples. Underlined values are default.

idunsigned 
amountdecimal 
subjectstring 
notesstring 
currency_idunsigned int 
owner_idunsigned int 
creator_idunsigned int 
affiliation_idunsigned int 
taxdecimal 
outstandingdecimal 
date_raisedunix timestamp 
date_dueunix timestamp 
date_modifiedunix timestamp 
contact()objectContact and affiliation object.
created_by()objectStaff how created the invoice.
modified_by()objectStaff who last modified the invoice.
created_byunsigned intID of staff who created the invoice.
modified_byunsigned intID of staff who last modified the invoice.