curl --request GET \
--url https://cloud.memsource.com/web/api2/v2/projectTemplates/{projectTemplateUid}/transMemories{
"pttmsPerTargetLang": [
{
"targetLang": "<string>",
"pttmsPerWfStep": [
{
"wfStep": {
"uid": "<string>"
},
"pttmData": [
{
"wfStep": {
"uid": "<string>"
},
"writeMode": true,
"readMode": true,
"penalty": 123,
"targetLang": "<string>",
"transMemory": {
"uid": "<string>",
"internalId": 123,
"name": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
]
},
"applyPenaltyTo101Only": true,
"order": 123
}
]
}
]
}
],
"maxTmsEnabled": 123
}curl --request GET \
--url https://cloud.memsource.com/web/api2/v2/projectTemplates/{projectTemplateUid}/transMemories{
"pttmsPerTargetLang": [
{
"targetLang": "<string>",
"pttmsPerWfStep": [
{
"wfStep": {
"uid": "<string>"
},
"pttmData": [
{
"wfStep": {
"uid": "<string>"
},
"writeMode": true,
"readMode": true,
"penalty": 123,
"targetLang": "<string>",
"transMemory": {
"uid": "<string>",
"internalId": 123,
"name": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
]
},
"applyPenaltyTo101Only": true,
"order": 123
}
]
}
]
}
],
"maxTmsEnabled": 123
}Filter project translation memories by target language
Filter project translation memories by workflow step
successful operation
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?