TMS
cURL
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" } ] }
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.
auth/login
Authorization
successful operation
DTO representing term base custom fields
Custom fields for concept
Show child attributes
Custom fields for term
Was this page helpful?