Collaboration Groups Labels

Get label by id

get/v2/collaboration-groups/labels/{labelId}

Path parameters

labelIdinteger required

Response

OK

idinteger
namestring
colorstring
domainIdinteger

Example response

{
  "id": 1,
  "name": "Important",
  "color": "#FF0000",
  "domainId": 100
}

Changes

Changed in 1 of the 2 revisions of this API.1