This operation retrieves all the existing card hierarchies, including both active and inactive ones.
cURL
curl --request GET \ --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/hierarchy/v1/card-hierarchies
[ { "id": "<string>", "name": "<string>", "active": true } ]
The audit user to log the request
Successful retrieval of the card hierarchies
The response is of type object[].
object[]
Was this page helpful?