A collection of help pages for using the API.
| URL | /Api/v2/Company/{companyId}/FiscalYear/{fiscalYearId}/KeyFigureData |
| Accepted verbs | GET, DELETE, PUT |
| Description |
Provides methods to get or manage key figure data for a specified company. |
Get all key figure data for a company in the specific fiscal year. Key figure data can be filtered by dimension by providing the optional dimensionId URI argument.
| Name | Description | Additional information |
|---|---|---|
| companyId | Company id. |
URI parameter |
| fiscalYearId | Id of the fiscal year. |
URI parameter |
| dimensionId | Optional dimension id for filtering the result. |
URI parameter |
A list of KeyFigureData objects.
Remove key figure data for a fiscal year.
| Name | Description | Additional information |
|---|---|---|
| companyId | Company id. |
URI parameter |
| fiscalYearId | Id of the fiscal year. |
URI parameter |
Update key figure data for a fiscal year. To set an optional dimension for a key figure data, specify a "dimensionId".
| Name | Description | Additional information |
|---|---|---|
| companyId | Company id. |
URI parameter |
| fiscalYearId | Id of the fiscal year. |
URI parameter |
| listOfApiKeyFigureData | A list of updated KeyFigureData information. |
Body data |
The list of KeyFigureData with updated information.