Skip to content

Configuration and Reporting languages - API

Introduction

STATUS SWAGGER
ACTIVE -
FORMAT ROOT ENDPOINT
REST / OpenAPI <api root>/settings/

CCH Tagetik allows to receive Configuration and Reporting languages via APIs (RESTful APIs).

Certain conditions are required to use this consultation mode.

Access conditions

To be able to use these specific APIs, the user must be authenticated with the authentication mode chosen for CCH Tagetik (Authentication - Cloud).

APIs must also be enabled in the Repository.

API for reading languages

Method

GET

URL

http://server:port/tagetikcpm/api/settings/languages/v1

Data returned

The response, in JSON format, returns the list, in alphabetical order, of the languages (FIELD_STRINGA) contained in the REP_CONFIGURATION table.

status: 200 OK

Ex:{"applicationLanguages": ["aa","ar","de","en","es","it","zh","zu"]}