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