Skip to main content

Endpoints

Get Cards in Group

GET /v1/card-hierarchies/{cardHierarchyId}/groups/{groupId}/cards

Add Card to Group

POST /v1/card-hierarchies/{cardHierarchyId}/groups/{groupId}/cards/{cardId}

Delete Card from Group

DELETE /v1/card-hierarchies/{cardHierarchyId}/groups/{groupId}/cards/{cardId}

Move Card to Another Group

POST /v1/card-hierarchies/{cardHierarchyId}/groups/{groupId}/cards/{cardId}/move

Bulk Add Cards to Group

POST /v1/card-hierarchies/{cardHierarchyId}/groups/{groupId}/cards/bulk

Bulk Delete Cards from Group

DELETE /v1/card-hierarchies/{cardHierarchyId}/groups/{groupId}/cards/bulk

Bulk Move Cards to Another Group

POST /v1/card-hierarchies/{cardHierarchyId}/groups/{groupId}/cards/move/bulk