English
cURL
curl --request GET \ --url https://cloud.memsource.com/web/api2/v1/termBases/{termBaseUid}/concepts
{ "concepts": [ { "id": "<string>", "domain": { "id": "<string>", "uid": "<string>", "name": "<string>" }, "subdomains": [ { "id": "<string>", "uid": "<string>", "name": "<string>" } ], "url": "<string>", "definition": "<string>", "conceptNote": "<string>" } ], "totalCount": 123 }
Page number, starting with 0, default 0
x >= 0
Page size, accepts values between 1 and 50, default 50
1 <= x <= 50
successful operation
Show child attributes
Was this page helpful?