v1
latestOpenAPI 3.0.02026-08-067074272.5 KBGroups
Retrieves the group with the specified id.
Retrieves the group with the specified id.
get/dashboards/{dashboard_id}/groups/{group_id}
Path parameters
dashboard_idinteger required
Example:121
Id of dashboard
group_idinteger required
Id of group
Response
The group's details.
Example response
{
"id": 121,
"name": "Employees",
"notes": "This list will hold all current employees."
}