GET
/
v1
/
card-hierarchies
/
{cardHierarchyId}
/
groups
/
{groupId}
{
  "id": "<string>",
  "name": "<string>",
  "parentId": "<string>",
  "type": "ROOT"
}

Path Parameters

cardHierarchyId
string<biginteger>
required

Card hierarchy id

groupId
string<biginteger>
required

Group id

Query Parameters

auditUser
string
required

The audit user to log the request

Response

Successful retrieval of the card hierarchy group

id
string<biginteger>
required

Generated id of the group

name
string
required

Name of the group

type
enum<string>
required

Type of the group

Available options:
ROOT,
INTERMEDIATE,
CARD
parentId
string<biginteger>

Id of the parent group