curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/{jobUid}/translationResources
{
"machineTranslateSettings": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"type": "<string>"
},
"translationMemories": [
{
"id": "<string>",
"transMem": {},
"name": "<string>",
"workflowStep": {},
"targetLang": "<string>",
"penalty": 123,
"readMode": true
}
],
"termBases": [
{
"id": "<string>",
"termBase": {},
"name": "<string>",
"writeMode": true,
"targetLang": "<string>",
"readMode": true,
"workflowStep": {}
}
]
}
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/{jobUid}/translationResources
{
"machineTranslateSettings": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"type": "<string>"
},
"translationMemories": [
{
"id": "<string>",
"transMem": {},
"name": "<string>",
"workflowStep": {},
"targetLang": "<string>",
"penalty": 123,
"readMode": true
}
],
"termBases": [
{
"id": "<string>",
"termBase": {},
"name": "<string>",
"writeMode": true,
"targetLang": "<string>",
"readMode": true,
"workflowStep": {}
}
]
}
successful operation
The response is of type object
.
Was this page helpful?