Intercompany Journal Entries

List intercompany journal entries

Retrieve a paginated list of intercompany journal entries for the organization. Use the company_id filter to find IJEs that involve specific companies.

get/public/v2/intercompany-journal-entries/

Query parameters

searchstring nullable
updated_afterstring date-time nullable
updated_beforestring date-time nullable
company_idinteger[] nullable
numberinteger[] nullable
start_datestring date nullable
end_datestring date nullable
record_statusRecordStatus[] nullable
approval_statusstring[] nullable
approval_status_scopeRecordStatus[] nullable
number
OR
string
number
OR
string
orderingstring nullable
limitinteger

Number of records to return per page (capped at 100)

Number of records to return per page (capped at 100)

offsetinteger

Number of records to skip before starting to return results

Number of records to skip before starting to return results

Response

OK

countinteger required

Changes

Changed in 2 of the 14 revisions of this API.5

    • added the new optional query request parameter updated_after

      new-optional-request-parameter

    • added the new optional query request parameter updated_before

      new-optional-request-parameter

    • added the required property items/items/created_at to the response with the 200 status

      response-required-property-added

    • added the required property items/items/updated_at to the response with the 200 status

      response-required-property-added

    This revision also has 93 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional query request parameter approval_status_scope

      new-optional-request-parameter

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog