This operation retrieves details of a specific group within a card hierarchy using the group ID.
cURL
curl --request GET \ --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/hierarchy/v1/card-hierarchies/{cardHierarchyId}/groups/{groupId}
{ "id": "<string>", "name": "<string>", "parentId": "<string>", "type": "ROOT" }
Card hierarchy id
Group id
The audit user to log the request
Successful retrieval of the card hierarchy group
The response is of type object.
object
Was this page helpful?