latestOpenAPI 3.0.02026-08-10233809957.8 KB

5cdfae3fa1fa

Chart of Accounts

List Accounts

Supported for:

freshbooks quickbooks quickbooksDesktop xero oracleNetsuite sageBusinessCloud sageIntacct dynamicsBusinessCentral dynamics365Finance wave myob zohoBooks

get/v2/accounting/accounts

Query parameters

connectionUuidstring required

Unique connection identifier.

offsetnumber

The offset is the position in the dataset of a particular record.

limitnumber

This is the size of the results set you would like (default: 100).

orderBystring
isActiveboolean

Confirms whether the account is an active account or not.

Response

Example response

{
  "meta": {
    "connectionUuid": "CON-396d5daa-26b2-4979-89b6-cafb2c298155",
    "businessName": "Railz",
    "serviceName": "xero",
    "reportId": [
      "5fad8a342a88364234392fb5",
      "5fad8a342a88364234392fb6"
    ],
    "createdAt": "2020-11-25T01:02:03Z",
    "updatedAt": "2020-11-30T01:02:03Z"
  },
  "data": [
    {
      "id": "1",
      "nominalCode": "200",
      "name": "Bank Account",
      "description": "Account description.",
      "group": "Cash And Cash Equivalents",
      "subGroup": "Checking",
      "classification": "Asset",
      "fullyQualifiedName": "Expenses : Transportation : Car Mileage",
      "depth": 3,
      "subType": "cash&Bank",
      "isBankAccount": true,
      "isSubAccount": true,
      "isActive": true,
      "subsidiaryRefs": [
        {
          "id": "1",
          "name": "Railz Financial"
        }
      ],
      "parentRef": {
        "id": "4",
        "name": "assets"
      },
      "sourceModifiedDate": "2021-03-09T10:18:29.985Z",
      "accountUuid": "6f436c63-308f-4ccd-8c56-a445c2948640",
      "type": "Accounts Receivable",
      "section": "Assets",
      "subSection": "Current Assets",
      "currency": "USD",
      "isPosting": true,
      "taxRateRef": {
        "id": "124",
        "name": "Railz"
      },
      "bankAccountNumber": "11200",
      "paymentsEnabled": true
    }
  ]
}