Retrieve an existing label

Retrieve an existing label based on its name

Path parameters
name
string required
Responses
  • 200 The label
    _id
    string (Internal ID) required

    Object internal ID

    name
    string required

    Technical name of the label

    displayName
    array of objects | null (LocalizedString)

    Display names of the label

    description
    array of objects | null (LocalizedString)

    Localized descriptions of the label

  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error