Retrieve the Controlled Vocabulary and its attributes by Controlled Vocabulary Id
In response, it will contain the list of metadata key/value pair and metadata definition attributes like id, name, type and search fields etc.
The Response Body will be a JSON object
Unauthorized. Missing Authorization or AccessToken or Access Token expired
Forbidden. Missing X-API-key
Wrong ID
{- "createdEpoch": 1613877219787,
- "customerId": "157167185123342",
- "lastUpdatedEpoch": 1613877219787,
- "metadataDefinitionId": "6c921f5c-24c2-40b9-8718-3ad2d4a6be54",
- "metadataDefinitionName": "Colors",
- "metadataDefinitionSearchField": "colors",
- "metadataDefinitionType": "controlledVocabulary",
- "metadataDocument": {
- "values": [
- {
- "valueId": "b772d050-4ba4-443b-8ca7-cc1e42bdd731",
- "valueName": "Red"
}
], - "searchable": true
}
}