The following objects are used in multiple endpoints within the Vocabulary API.
Response Body
| Element | Description | Type | Notes |
|---|---|---|---|
| sysvocab_id | Alphanumeric ID for the vocabulary. | string | None |
| sysvocab_key | Alphanumeric key for the vocabulary entry. | string | None |
| sysvocab_label | Label for the vocabulary entry. | string | None |
Sample Response
[
{
"sysvocab_id": "countries",
"sysvocab_key": "fr",
"sysvocab_label": "France"
}
]