GET Translation API Request Payload
This method is used to obtain the Review Center Use Case Type translation.
- api/v1/rpa/exception/usecasetypes/{usecasetypeid}/translations.
This list of transitions must be configured for the use case:
| Parameter | Description | Notes |
|---|---|---|
| UseCase ID | Identification of the Review Center use case type. | To retrieve the use case type use the /api/v1/rpa/exception/usecasetypes method part of the RPA/rpaactuatorsvc Endpoint |
| Lanaguge Code | The supported language code | This is an optional parameter. You can skip this parameter to obtain all translations. |
| Variable | Description |
|---|---|
| Translation | Object including the language code and translated values |
| Variable for the Translation Object | Required | Description |
|---|---|---|
| language_code | YES | The code of language for the translated set of the keys. For the exact keys see the Portal OS User guide. |
| translated_values | YES | The list of the key- value pairs where, key is the configured key for the selected use case type id and value is the translation label. The list of the keys can be retrieved from GET api/v1/rpa/exception/usecasetypes/{usecasetypeid} part of the RPA/rpaactuatorsvc Endpoint. Example: "invoiceNumber": "Fakturanummer |