accounting
journal

List all journals

get/accounting/{connection_id}/journal

Path parameters

connection_idstring required

ID of the connection

Query parameters

limitnumber
offsetnumber
updated_gtestring

Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

sortstring
orderstring
querystring

Query string to search. eg. email address or name

org_idstring

The org ID to filter by (reference to AccountingOrganization)

account_idstring

The account ID to filter by (reference to AccountingAccount)

fieldsstring[]

Fields to return

rawstring

Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar

Response

Successful

idstring
created_atstring date-time
updated_atstring date-time
referencestring
tax_amountnumber
currencystring
taxrate_idstring
descriptionstring
posted_atstring date-time
sourcestring
organization_idstring
category_idsstring[]
project_idstring
rawobject

Changes

Changed in 2 of the 25 revisions of this API.6

    • added the enum value project_id to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the enum value attachments to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value category_ids to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added