Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.enfuce.com/llms.txt

Use this file to discover all available pages before exploring further.

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