Books

List all Chart of Accounts Templates

Retrieve a paginated list of all default and agent-owned Chart of Accounts templates. These templates can be used when creating new Books instances for clients.

get/books/agent-coa-templates

Query parameters

pageTokenstring

token for pagination

limitinteger

The number of records to return. Max limit is 100.

expand'ledgers'

Comma-separated list of expandable paths.

Response

nextPageTokenstring nullable

Token for fetching the next page of results

prevPageTokenstring nullable

Token for fetching the previous page of results

Example response

{
  "agentTemplates": [
    {
      "id": "7JRNsKwy2Lw66caxVU7WGC"
    }
  ],
  "defaultTemplates": [
    {
      "id": "7JRNsKwy2Lw66caxVU7WGC"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 45 revisions of this API.