GET
/
api2
/
v1
/
termBases
/
{termBaseUid}
/
concepts
/
{conceptId}
/
terms
Get terms of concept
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/termBases/{termBaseUid}/concepts/{conceptId}/terms
{
  "id": "<string>",
  "writable": true,
  "terms": [
    [
      {
        "id": "<string>",
        "text": "<string>",
        "lang": "<string>",
        "rtl": true,
        "modifiedAt": "2023-11-07T05:31:56Z",
        "createdAt": "2023-11-07T05:31:56Z",
        "modifiedBy": {
          "firstName": "<string>",
          "lastName": "<string>",
          "userName": "<string>",
          "email": "<string>",
          "role": "SYS_ADMIN",
          "id": "<string>",
          "uid": "<string>"
        },
        "createdBy": {
          "firstName": "<string>",
          "lastName": "<string>",
          "userName": "<string>",
          "email": "<string>",
          "role": "SYS_ADMIN",
          "id": "<string>",
          "uid": "<string>"
        },
        "caseSensitive": true,
        "exactMatch": true,
        "forbidden": true,
        "preferred": true,
        "status": "New",
        "conceptId": "<string>",
        "usage": "<string>",
        "note": "<string>",
        "writable": true,
        "shortTranslation": "<string>",
        "termType": "<string>",
        "partOfSpeech": "<string>",
        "gender": "<string>",
        "number": "<string>",
        "definition": "<string>",
        "domain": "<string>",
        "subDomains": [
          "<string>"
        ],
        "url": "<string>",
        "conceptNote": "<string>"
      }
    ]
  ]
}

Path Parameters

termBaseUid
string
required
conceptId
string
required

Response

200
application/json

successful operation

The response is of type object.