Enabling REST API
Public REST APIs are enabled by default.
On-Premises Use of Reverse Proxy¶
If an On Premises instance of CCH Tagetik is accessed via a reverse proxy, for the OData type APIs to function correctly, it is necessary to set the URL base to one of the following settings:
- addition of a custom header
x-tagetik-cpm-publicurlto the http request, - addition of a system property
it.grupposervizi.easy.rest.api.reverseproxyto the configuration of the application server.
For example, if the URL sel service is https://example.com/prod/api/aih/data/v1/TGK_APP/001/Dataset_000001(), the base URL to be set in one of the two configurations must be: https://example.com/prod.
For further information, please refer to the document "Technical Architecture: CCH Tagetik Reverse Proxy configuration" in the Community.