Path Parameters
Query Parameters
Filter project translation memories by target language
Filter project translation memories by workflow step
Get all TMs in shared project (TM assigned from vendor and buyer)
curl --request GET \
--url https://cloud.memsource.com/web/api2/v2/projects/{projectUid}/transMemories
{
"ptmsPerTargetLang": [
{
"targetLang": "<string>",
"ptmsPerWfStep": [
{
"wfStep": {
"uid": "<string>"
},
"ptmData": [
{
"wfStep": {
"uid": "<string>"
},
"writeMode": true,
"readMode": true,
"penalty": 123,
"targetLang": "<string>",
"transMemory": {
"internalId": 123,
"uid": "<string>",
"name": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
]
},
"applyPenaltyTo101Only": true,
"order": 123,
"sharedOwner": "<string>"
}
]
}
]
}
],
"maxTmsEnabled": 123
}
curl --request GET \
--url https://cloud.memsource.com/web/api2/v2/projects/{projectUid}/transMemories
{
"ptmsPerTargetLang": [
{
"targetLang": "<string>",
"ptmsPerWfStep": [
{
"wfStep": {
"uid": "<string>"
},
"ptmData": [
{
"wfStep": {
"uid": "<string>"
},
"writeMode": true,
"readMode": true,
"penalty": 123,
"targetLang": "<string>",
"transMemory": {
"internalId": 123,
"uid": "<string>",
"name": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
]
},
"applyPenaltyTo101Only": true,
"order": 123,
"sharedOwner": "<string>"
}
]
}
]
}
],
"maxTmsEnabled": 123
}
Filter project translation memories by target language
Filter project translation memories by workflow step
Get all TMs in shared project (TM assigned from vendor and buyer)
Was this page helpful?