v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Data Subject Groups V4

Get List of Data Subject Groups

Use this API to retrieve a list of Data Subject Groups.

get/rest/api/consent/v4/groups

Query parameters

pageinteger

The page number of the results.

sizeinteger

The number of results per page.

sort'createdDate,asc' | 'createdDate,desc'

The sort criteria that dictates the order of the results.

Headers

requestContinuationstring

The token used to paginate a response if the number of records is more than a page.

groupNamestring

The name of the Data Subject Group.

Response

OK

numberinteger

The page number of the results.

sizeinteger

The number of results per page.

lastboolean

Flag indicating whether this is the last page or not.

firstboolean
numberOfElementsinteger
emptyboolean
requestContinuationstring

The token used to paginate a response if the number of records is more than a page.

Example response

{
  "content": [
    {
      "id": "f2229953-b4b5-4042-8cb9-b78038cc4c46",
      "name": "Marketing Data Subject Group",
      "createdDate": "2020-05-30T12:23:42.145Z",
      "lastModifiedDate": "2020-05-30T12:23:42.145Z"
    }
  ],
  "number": 1,
  "size": 20,
  "requestContinuation": "{\\\"compositeToken\\\": \\\"jmxpAKZxe9nZkAoAAAAAAA==\\\"}"
}