Path Parameters
Response
successful operation
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/mtSettings
{
"mtSettingsPerLangList": [
{
"targetLang": "<string>",
"machineTranslateSettings": {
"id": "<string>",
"uid": "<string>",
"baseName": "<string>",
"name": "<string>",
"type": "<string>",
"category": "<string>",
"default_": true,
"includeTags": true,
"mtQualityEstimation": true,
"enabled": true,
"args": {},
"langs": {
"id": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
]
}
}
}
]
}
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/mtSettings
{
"mtSettingsPerLangList": [
{
"targetLang": "<string>",
"machineTranslateSettings": {
"id": "<string>",
"uid": "<string>",
"baseName": "<string>",
"name": "<string>",
"type": "<string>",
"category": "<string>",
"default_": true,
"includeTags": true,
"mtQualityEstimation": true,
"enabled": true,
"args": {},
"langs": {
"id": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
]
}
}
}
]
}
successful operation
Show child attributes
Was this page helpful?