Skip to content
Pile
Esc
navigateopen⌘Jpreview

List support labels

GET/workspaces/{organizationId}/support/labels
Path parameters
organizationIdstringrequired
Responses
200Support labels list
labelsobject[]required
Show properties
Array of object
idstringrequired
organizationIdstringrequired
namestringrequired
colorstring | nullrequired
kindstringrequired
Allowed:issuesupport
createdAtstring<date-time>required
updatedAtstring<date-time>required
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/support/labels"
Response
{
  "labels": [
    {
      "id": "string",
      "organizationId": "string",
      "name": "string",
      "color": "string",
      "kind": "issue",
      "createdAt": "2019-08-24T14:15:22Z",
      "updatedAt": "2019-08-24T14:15:22Z"
    }
  ]
}