Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.{workspaceId}.clinia.cloud/terminology/v1/vocabularies/{vocabularyKey} \ --header 'X-Clinia-API-Key: <api-key>'
{ "key": "<string>", "title": "<string>", "description": "<string>" }
Get a vocabulary from the terminology.
The key of the vocabulary.
The vocabulary with the given key.
Was this page helpful?