v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Targeted Data Discovery

Get List of Targeted Data Discovery Groups

Use this API to retrieve a list of all Targeted Data Discovery groups for the specified request. The response will include details for each group along with the corresponding group ID, name, and order.

get/api/datasubject/v2/datadiscovery/requestqueues/{requestQueueRefId}

Path parameters

requestQueueRefIdstring required

Request queue reference Id

Response

OK

groupNamestring

Name of the group.

groupOrderinteger

Order in which group has been created.

groupIdstring uuid

Unique Identifier of the group.

Example response

[
  {
    "groupName": "Salesforce Customer Data",
    "groupId": "e2d0f59e-3df0-4b1f-965d-d57547ed44ad"
  }
]