Skip to main content
GET
/
api2
/
v1
/
termBases
/
customFields
List TB custom fields
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/termBases/customFields \
  --header 'Authorization: <api-key>'
{
  "concept": [
    {
      "id": "<string>",
      "fieldName": "<string>",
      "type": "SINGLE_SELECT",
      "values": [
        "<string>"
      ],
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ],
  "term": [
    {
      "id": "<string>",
      "fieldName": "<string>",
      "type": "SINGLE_SELECT",
      "values": [
        "<string>"
      ],
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

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.

Response

successful operation

DTO representing term base custom fields

concept
object[]

Custom fields for concept

term
object[]

Custom fields for term