Skip to main content
GET
/
api2
/
v3
/
projects
/
{projectUid}
/
transMemories
Get translation memories
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v3/projects/{projectUid}/transMemories \
  --header 'Authorization: <api-key>'
{
  "transMemories": [
    {
      "transMemory": {
        "id": "<string>",
        "uid": "<string>",
        "internalId": 123,
        "name": "<string>",
        "sourceLang": "<string>",
        "targetLangs": [
          "<string>"
        ],
        "client": {
          "id": "<string>",
          "uid": "<string>",
          "name": "<string>"
        },
        "businessUnit": {
          "id": "<string>",
          "uid": "<string>",
          "name": "<string>"
        },
        "domain": {
          "id": "<string>",
          "uid": "<string>",
          "name": "<string>"
        },
        "subDomain": {
          "id": "<string>",
          "uid": "<string>",
          "name": "<string>"
        },
        "note": "<string>",
        "dateCreated": "2023-11-07T05:31:56Z",
        "createdBy": {
          "firstName": "<string>",
          "lastName": "<string>",
          "userName": "<string>",
          "email": "<string>",
          "role": "SYS_ADMIN",
          "id": "<string>",
          "uid": "<string>"
        }
      },
      "penalty": 123,
      "applyPenaltyTo101Only": true,
      "targetLocale": "<string>",
      "workflowStep": {
        "name": "<string>",
        "id": "<string>",
        "uid": "<string>",
        "order": 123,
        "lqaEnabled": true
      },
      "readMode": true,
      "writeMode": true,
      "order": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.

Path Parameters

projectUid
string
required

Query Parameters

targetLang
string

Filter project translation memories by target language

wfStepUid
string

Filter project translation memories by workflow step

Response

successful operation

transMemories
object[]