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": [
    {
      "applyPenaltyTo101Only": true,
      "order": 123,
      "penalty": 123,
      "readMode": true,
      "targetLocale": "<string>",
      "transMemory": {
        "businessUnit": {
          "id": "<string>",
          "name": "<string>",
          "uid": "<string>"
        },
        "client": {
          "id": "<string>",
          "name": "<string>",
          "uid": "<string>"
        },
        "createdBy": {
          "email": "<string>",
          "firstName": "<string>",
          "id": "<string>",
          "lastName": "<string>",
          "uid": "<string>",
          "userName": "<string>"
        },
        "dateCreated": "2023-11-07T05:31:56Z",
        "domain": {
          "id": "<string>",
          "name": "<string>",
          "uid": "<string>"
        },
        "id": "<string>",
        "internalId": 123,
        "name": "<string>",
        "note": "<string>",
        "sourceLang": "<string>",
        "subDomain": {
          "id": "<string>",
          "name": "<string>",
          "uid": "<string>"
        },
        "targetLangs": [
          "<string>"
        ],
        "uid": "<string>"
      },
      "workflowStep": {
        "id": "<string>",
        "lqaEnabled": true,
        "name": "<string>",
        "order": 123,
        "uid": "<string>"
      },
      "writeMode": true
    }
  ]
}

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

Unique identifier (UID) of the project

Query Parameters

targetLang
string

Filter by target language

wfStepUid
string

Filter by workflow step UID

Response

OK

transMemories
object[]

Translation memories assigned to the project