Collaboration Groups

Get collaboration group by id

get/v2/collaboration-groups/groups/{collaborationGroupId}

Path parameters

collaborationGroupIdinteger required

Query parameters

includeArchivedboolean

Response

OK

idinteger
namestring
groupsinteger[]
employeesinteger[]
parentinteger
childreninteger[]
labelIdinteger
domoDashboardIdstring
isArchivedboolean

Example response

{
  "id": 1,
  "name": "Region North",
  "parent": 10,
  "labelId": 5,
  "domoDashboardId": "abc12"
}

Changes

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