v1
latestOpenAPI 3.0.02026-08-067074272.5 KBGroups
Creates a new group
Creates a new group with the provided name.
post/dashboards/{dashboard_id}/groups
Path parameters
dashboard_idinteger required
Example:121
Id of dashboard
Request body
Example request
{
"name": "Employees",
"notes": "This list will hold all current employees."
}Response
The new group.
Example response
{
"id": 121,
"name": "Employees",
"notes": "This list will hold all current employees."
}