Card Management in Card Hierarchy Groups
Get Cards in Group
This operation retrieves all cards within a specific group in a card hierarchy.
GET
/
v1
/
card-hierarchies
/
{cardHierarchyId}
/
groups
/
{groupId}
/
cards
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
The response is of type string[]
.