Skip to main content
GET
/
terminology
/
v1
/
vocabularies
/
{vocabularyKey}
Get a vocabulary from the terminology
curl --request GET \
  --url https://{workspaceId}.clinia.cloud/terminology/v1/vocabularies/{vocabularyKey} \
  --header 'X-Clinia-API-Key: <api-key>'
{
  "key": "<string>",
  "title": "<string>",
  "description": "<string>"
}

Authorizations

X-Clinia-API-Key
string
header
required

Path Parameters

vocabularyKey
string
required

The key of the vocabulary.

Response

The vocabulary with the given key.

key
string
required
title
string
required
description
string
required
I