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
Example response
{
"agentTemplates": [
{
"id": "7JRNsKwy2Lw66caxVU7WGC"
}
],
"defaultTemplates": [
{
"id": "7JRNsKwy2Lw66caxVU7WGC"
}
]
}