Dimension value APIs
The dimension value APIs enable external systems to retrieve dimension values in Sparkrock Impact.
Use these APIs to obtain valid dimension values for financial transactions, reporting, and integration scenarios.
Dimension value APIs require authentication using a Bearer token.
Retrieve a list of dimension values
To retrieve a list of dimension values, use:
GET https://api.businesscentral.dynamics.com/v2.0/{environmentname}/api/sparkrock/finance/v1.0/companies({companyId})/dimensionValues
Authorization: Bearer {token}
You can use standard OData query options such as:
$select
$filter
$orderby
$top
$skip
Retrieve a specific dimension value
To retrieve a specific dimension value, use:
GET https://api.businesscentral.dynamics.com/v2.0/{environmentname}/api/sparkrock/finance/v1.0/companies({companyId})/dimensionValues({id})
Authorization: Bearer {token}
Related information
Create an API security token
Dimension APIs
Finance APIs
Feedback
To send feedback about this page, select the following link: