Skip to main content
GET
/
api2
/
v1
/
glossaries
/
{glossaryUid}
Get glossary
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/glossaries/{glossaryUid} \
  --header 'Authorization: <api-key>'
{
  "name": "<string>",
  "id": "<string>",
  "uid": "<string>",
  "internalId": 123,
  "langs": [
    "<string>"
  ],
  "createdBy": {
    "firstName": "<string>",
    "lastName": "<string>",
    "userName": "<string>",
    "email": "<string>",
    "role": "SYS_ADMIN",
    "id": "<string>",
    "uid": "<string>"
  },
  "owner": {
    "firstName": "<string>",
    "lastName": "<string>",
    "userName": "<string>",
    "email": "<string>",
    "role": "SYS_ADMIN",
    "id": "<string>",
    "uid": "<string>"
  },
  "dateCreated": "2023-11-07T05:31:56Z",
  "profileCount": 123,
  "active": true,
  "profiles": [
    {
      "uid": "<string>",
      "name": "<string>",
      "dateCreated": "2023-11-07T05:31:56Z",
      "createdBy": {
        "firstName": "<string>",
        "lastName": "<string>",
        "userName": "<string>",
        "email": "<string>",
        "role": "SYS_ADMIN",
        "id": "<string>",
        "uid": "<string>"
      },
      "memsourceTranslate": {
        "id": "<string>",
        "uid": "<string>",
        "baseName": "<string>",
        "name": "<string>",
        "type": "<string>",
        "category": "<string>",
        "default_": true,
        "includeTags": true,
        "mtQualityEstimation": true,
        "enabled": true,
        "glossarySupported": true,
        "args": {},
        "langs": {
          "id": "<string>",
          "sourceLang": "<string>",
          "targetLangs": [
            "<string>"
          ]
        },
        "charCount": 123
      },
      "locked": 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

glossaryUid
string
required

Response

successful operation

name
string
required
id
string
uid
string
internalId
integer<int64>
langs
string[]
createdBy
object
owner
object
dateCreated
string<date-time>
profileCount
integer<int32>
active
boolean
profiles
object[]