EnOS Reporting Tool API FAQs

How to get organization ID (orgId)


In the left navigation bar of the EnOS Application Portal > Developer Console, click IAM > Organization Profile . The Organization ID is the orgld.

How to get Access Key (accessKey)


accessKey is the service account that EnOS assigns to the application for authentication purpose. To get the information, perform the following steps:

  1. Click Application Registration in the left navigation bar of the EnOS Application Portal > Developer Console.

  2. Select the application that needs to invoke the API and you can get the Access Key in the basic information.

How to get report template ID (reportId)


reportId is the unique ID of each version of the report template. You can find it in the API response when you create or update the template. reportId can be used to query or delete specific versions of the report template.

How to get report template original ID (originalId)


originalId is the initial ID of the report template. You can find it in the API response when you create the report template. originalId can be used to update a report template, or to query or delete its previous versions.

How to get report template custom ID (reportKey)


reportKey is the custom ID of the report template. You can assign a reportKey when you create a report template. The reportKey value must meet the following requirements:

  • For custom templates, reportKey must be unique within the current OU.

  • For standard templates, reportKey must be unique across all OUs.


If you assigned a reportKey when creating the report template, you may use it to query or delete the templates. You can also assign or update the reportKey value when you update the report template.