Consent Groups
Get List of Consent Groups
Use this API to retrieve a list of all Consent Groups along with details such as the Consent Group ID, associated Purpose Rules, and the list of data subjects and/or Consent Groups within its hierarchal structure.
get/api/consent/v2/consent-groups
Query parameters
namestring
Name of the Consent Group
Response
Successfully retrieved list of Consent Groups.
Example response
{
"content": [
{
"consentGroupId": "2a644966-fe93-4561-b71a-f0dda4396459",
"name": "OneTrust Atlanta",
"externalName": "onetrust_atlanta"
}
],
"first": true,
"numberOfElements": 20,
"totalPages": 5,
"totalElements": 50,
"size": 20
}