Skip to main content

Endpoints


List groups

GET /api/v2/groups?pageId={page_id}

Create groups

POST /api/v2/groups Create one or more groups on a page in a single request.
pageId
string
required
The page to add groups to.
groups
array
required
Array of group objects.
Example

Update a group

PATCH /api/v2/groups/{group_id}
pageId
string
required
The page the group belongs to.
title
string
New display title.
Example

Delete a group

DELETE /api/v2/groups/{group_id}?pageId={page_id}
Deletes the group and all its blocks permanently. Any action-plan tasks inside the group are also deleted.