Card Hierarchy Group Management
Get Specific Card Hierarchy Group
This operation retrieves details of a specific group within a card hierarchy using the group ID.
GET
/
v1
/
card-hierarchies
/
{cardHierarchyId}
/
groups
/
{groupId}
Path Parameters
cardHierarchyId
string
requiredCard hierarchy id
groupId
string
requiredGroup id
Query Parameters
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