Skip to content
Pile
Esc
navigateopen⌘Jpreview

Get label

GET/workspaces/{organizationId}/labels/{id}
Path parameters
organizationIdstringrequired
idstringrequired
Responses
200Label
idstringrequired
organizationIdstringrequired
namestringrequired
colorstring | nullrequired
createdAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/labels/string"
Response
{
  "id": "string",
  "organizationId": "string",
  "name": "string",
  "color": "string",
  "createdAt": "string"
}