Gets list of MT profiles with ID and name. For the user interfaces to configure profiles, see: Machine translation systems
URL
(GET) /api/settings/mt/names
PARAMETERS
The URL parameters are
...
:
enabledOnly | Optional, default is false. |
...
If true |
...
: Show enabled MT profiles |
...
only. | bool |
...
, Optional |
RESULTS
The result is a JSON object . The key is with the MT profile ID and the value is the name.See example belowIDs and respective names.
EXAMPLES
To get the enabled system namesGet enabled systems:
Code Block |
---|
(GET) /api/settings/mt/names?enabledOnly=true |
...
Code Block |
---|
{ "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 onlyFor users that can access the Wordbee Translator "Settings" pages.