Referencia de APIAccounting / Chart Of Accounts
Get Chart Of Accounts data source by id elements
← Back to full API reference
GET
/v1/chart-of-accounts/data-source/:id/elementsAuth required- Requires organization permissions for this resource.
- Validated by Zod schema: getAccountDataSourceElements.
Request details
Path params
| Field | Required | Description |
|---|---|---|
| id | Yes | Required path parameter. |
Query params
| Field | Required | Description |
|---|---|---|
| page | No | Type: numberExample: 1 |
| itemsPerPage | No | Type: numberExample: 20 |
| fromDate | No | Type: string |
| toDate | No | Type: string |
| targetCurrency | No | Enum-like validator generated by zodFromObjExample: DOP |
Default payloads
Path params
json
{
"id": 1
}Query
json
{
"page": 1,
"itemsPerPage": 20,
"fromDate": "string",
"toDate": "string",
"targetCurrency": "DOP"
}Sample response
json
"<result>"