Vocabulary - Content REST API - Current - Current - Ready - Hyland Experience - external

Hyland Experience Content REST API

Platform
Hyland Experience
Product
Content REST API
Release
Current
License

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": "string",
    "sysvocab_key": "string",
    "sysvocab_label": "string"
  }
]