Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Given a language pair, this method returns all MT systems that are able to translate these languages.

Available from November 2021.


URL

(GET) /api/settings/mt/findmatches

PARAMETERS

The BODY is a JSON object with these properties:

src

The source locale such as "en" or "fr-FR".

string, Mandatory

trgThe target locale.string, Mandatory

RESULTS

The result is a JSON object with all active machine translation systems in the order they are configured. Each element has these properties:

idThe unique ID of the MT profile.int
nameThe name of the profile.string
systemThe underlying system such as "Microsoft" or "Intento"string
enabledTrue: The connector is enabled. Note that this API only returns enabled connectors and so this property is always true.bool
providerAn internal numeric code for the system.int


EXAMPLES

Get enabled systems:

(GET) /api/settings/mt/names?enabledOnly=true


ACCESS RIGHTS

For users who can also access MT configurations online.




  • No labels