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