Gets list of MT profiles with ID and name.
URL
(GET) /api/settings/mt/names
PARAMETERS
The parameters are a JSON object included in the request body:
enabledOnly | Optional, default is false. If true then only the enabled MT profiles are listed, i.e. those that can actually be used for translation. | bool? Optional |
RESULTS
The result is a JSON object. The key is the MT profile ID and the value is the name.
See example below.
EXAMPLES
To get the enabled system names:
(GET) /api/settings/mt/names?enabledOnly=true
Result:
{ "600": "Pseudo Translation", "779": "Meta Machine Translator", "780": "Google", "596": "Microsoft", "597": "Reverso for marketing", "772": "DeepL", "774": "Globalese" }
ACCESS RIGHTS
Accessible to internal users only.