This operation moves multiple cards to a different group within the same card hierarchy.
curl --request POST \ --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/hierarchy/v1/card-hierarchies/{cardHierarchyId}/groups/{groupId}/cards/move/bulk \ --header 'Content-Type: application/json' \ --data '{ "newGroupId": "<string>", "cardIds": [ "<string>" ] }'
This response does not have an example.
Card hierarchy id
Group id
The audit user to log the request
Successful move of the cards to another card hierarchy group
Was this page helpful?