Reporting API (Legacy)
NOTE: The legacy APIs in this section are not recommended for new implementations. We recommend using the APIs in the Business Manager section for your integrations with the Celonis Platform.
Use these APIs to get variants and version of Celonis Process Management elements.
You can access the Swagger definition of these APIs using this URL: https://pz.symbioweb.com/swagger/index.html?url=/swagger/v1/swagger.json#/Reporting%20Api%20(Version%201) - replace "pz.symbioweb.com" with the hostname (and port) of your Celonis Process Management instance to get the latest definition applicable to your instance.
Scenarios
-
Use the
GET
{storagecollection}/{tenant}/_api/v1/reportingto page through all elements of a facet:https://pz.symbioweb.com/swagger/index.html?url=/swagger/v1/swagger.json#/Reporting%20Api%20(Version%201)/ReportingV1_GetThe parameters
facetandpagebe given.pageSizeis optional and must be in the range [1..1000], 100 being the default. -
Use the
GET
{storagecollection}/{tenant}/_api/v1/reporting/{id}to get one specific element (and its versions and variants):https://pz.symbioweb.com/swagger/index.html?url=/swagger/v1/swagger.json#/Reporting%20Api%20(Version%201)/ReportingV1_GetByIdNo additional parameters are required/available.