Gestiono
Referencia de APIAccounting / Chart Of Accounts

Get Chart Of Accounts by accountid balance with sources

GET /v1/chart-of-accounts/:accountId/balance-with-sources • validated by `getAccountBalanceWithSources`

← Back to full API reference
GET/v1/chart-of-accounts/:accountId/balance-with-sourcesAuthentication required
  • Requires organization permissions for this resource.
  • Validated by Zod schema: getAccountBalanceWithSources.

Request details

Path params

  • accountId

    Required path parameter.

Query params

  • fromDate

    Type: string

  • toDate

    Type: string

  • includeSources

    Type: enum

    Example: false

Body fields

No body payload expected for GET endpoints.

Default payloads

Path params

json
{
  "accountId": 1
}

Query

json
{
  "fromDate": "string",
  "toDate": "string",
  "includeSources": "false"
}

Sample response

json
"<result>"

Test this endpoint now

Use your own credentials and execute a live request directly from this page.

1. Configure authentication for testing

You can test endpoints with signed API keys, a raw Authorization token, or browser cookies. Select one mode and fill in the required fields.

2. Select endpoint

GET/v1/chart-of-accounts/:accountId/balance-with-sourcesAuthentication required

Group: Accounting / Chart Of Accounts

GET /v1/chart-of-accounts/:accountId/balance-with-sources • validated by `getAccountBalanceWithSources`

  • Requires organization permissions for this resource.
  • Validated by Zod schema: getAccountBalanceWithSources.

Path params

  • accountIdrequired

Query params

  • fromDate
    Type: string
  • toDate
    Type: string
  • includeSources
    Type: enum
    Ejemplo: false

3. Prepare request payload

4. Server response

Run a request to inspect the real-time response for your environment.