General Ledger (G/L) account APIs
The General Ledger (G/L) account APIs enable external systems to retrieve chart of accounts data in Sparkrock Impact.
Use these APIs to synchronize G/L account master data with external finance, reporting, budgeting, or analytics systems.
G/L account APIs require authentication using a Bearer token.
Retrieve a list of G/L accounts
To retrieve a list of G/L accounts, use:
GET https://api.businesscentral.dynamics.com/v2.0/{environmentname}/api/sparkrock/finance/v1.0/companies({companyId})/glAccounts
Authorization: Bearer {token}
You can use standard OData query options such as:
$select
$filter
$orderby
$top
$skip
Retrieve a specific G/L account
To retrieve a specific G/L account, use:
GET https://api.businesscentral.dynamics.com/v2.0/{environmentname}/api/sparkrock/finance/v1.0/companies({companyId})/glAccounts({id})
Authorization: Bearer {token}
Related information
Create an API security token
Finance APIs
Feedback
To send feedback about this page, select the following link: