GET
/
api2
/
v1
/
projects
/
{projectUid}
/
jobs
/
{jobUid}
/
translationResources
Get translation resources
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": {}
    }
  ]
}

Path Parameters

projectUid
string
required
jobUid
string
required

Response

200
application/json

successful operation

The response is of type object.