Card Hierarchy Group Management
Get All Groups in Card Hierarchy
This operation retrieves all groups within a specified card hierarchy, optionally filtering by card ID.
GET
/
v1
/
card-hierarchies
/
{cardHierarchyId}
/
groups
Path Parameters
cardHierarchyId
string
requiredCard hierarchy id
Query Parameters
cardId
string
Card id
auditUser
string
requiredThe audit user to log the request
Response
200 - application/json
id
string
requiredGenerated id of the group
name
string
requiredName of the group
parentId
string
Id of the parent group
type
enum<string>
requiredType of the group
Available options:
ROOT
, INTERMEDIATE
, CARD