Referencia de APIAccounting / Record
Get Record chart
← Back to full API reference
GET
/v1/record/chartAuth requiredRecord endpoints manage accounting entries already posted in your books, including listing, detail views, and updates.
Request details
Query params
| Field | Required | Description |
|---|---|---|
| divisionId | Yes | Inferred from req.query.divisionId |
| currency | Yes | Inferred from req.query.currency |
| fromDate | Yes | Inferred from req.query.fromDate |
| toDate | Yes | Inferred from req.query.toDate |
| grouping | Yes | Inferred from req.query.grouping |
Default payloads
Path params
json
{}Query
json
{
"divisionId": "string",
"currency": "string",
"fromDate": "string",
"toDate": "string",
"grouping": "string"
}Sample response
json
{
"success": true,
"message": "Sample response placeholder for GET /v1/record/chart"
}