GET JournalEntry/Get

Gets a list of Journal Entries.

Request Information

This method supports OData queries.

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Returns a list of Journal Entries

This collection is wrapped in a paging response object.

Paging response of Journal Entry
NameTypeAdditional informationDescription
TotalResults integer

None.

ReturnedResults integer

None.

Results Collection of Journal Entry

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalResults": 1,
  "ReturnedResults": 2,
  "Results": [
    {
      "ID": 1,
      "Date": "2024-03-28",
      "Effect": 1,
      "AccountId": 2,
      "Reference": "sample string 3",
      "Description": "sample string 4",
      "TaxTypeId": 1,
      "TaxPeriodId": 1,
      "Exclusive": 5.0,
      "Tax": 6.0,
      "Total": 7.0,
      "ContraAccountId": 8,
      "Memo": "sample string 9",
      "HasAttachments": true,
      "AnalysisCategoryId1": 1,
      "AnalysisCategoryId2": 1,
      "AnalysisCategoryId3": 1,
      "Editable": true,
      "Locked": true,
      "$TrackingCode": "sample string 13",
      "Debit": 5.0,
      "Credit": 0.0,
      "BusinessId": 1,
      "PayRunId": 1
    },
    {
      "ID": 1,
      "Date": "2024-03-28",
      "Effect": 1,
      "AccountId": 2,
      "Reference": "sample string 3",
      "Description": "sample string 4",
      "TaxTypeId": 1,
      "TaxPeriodId": 1,
      "Exclusive": 5.0,
      "Tax": 6.0,
      "Total": 7.0,
      "ContraAccountId": 8,
      "Memo": "sample string 9",
      "HasAttachments": true,
      "AnalysisCategoryId1": 1,
      "AnalysisCategoryId2": 1,
      "AnalysisCategoryId3": 1,
      "Editable": true,
      "Locked": true,
      "$TrackingCode": "sample string 13",
      "Debit": 5.0,
      "Credit": 0.0,
      "BusinessId": 1,
      "PayRunId": 1
    }
  ]
}