Collaboration Groups Labels
List labels by domain
get/v2/collaboration-groups/labels/domain/{domainId}
Path parameters
domainIdinteger required
Response
OK
Example response
[
{
"id": 1,
"name": "Important",
"color": "#FF0000",
"domainId": 100
}
]Changes
Changed in 1 of the 3 revisions of this API.1
- ○
the endpoint scheme security
OAuth2ClientCredentialswas added to the APIapi-security-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○