GET
/
api2
/
v2
/
projectTemplates
/
{projectTemplateUid}
/
transMemories
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": {
                "internalId": 123,
                "uid": "<string>",
                "name": "<string>",
                "sourceLang": "<string>",
                "targetLangs": [
                  "<string>"
                ]
              },
              "applyPenaltyTo101Only": true,
              "order": 123
            }
          ]
        }
      ]
    }
  ],
  "maxTmsEnabled": 123
}

Path Parameters

projectTemplateUid
string
required

Query Parameters

targetLang
string

Filter project translation memories by target language

wfStepUid
string

Filter project translation memories by workflow step

definePriority
boolean

Response

200
application/json

successful operation

The response is of type object.