v1

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

Get Targeted Data Discovery Group

Use this API to retrieve results for a Targeted Data Discovery group for the specified request.

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

Path parameters

groupIdstring uuid required

TDD Group Id

requestQueueRefIdstring required

Request queue ref ID

Query parameters

includeAttachmentsboolean

Set to true to include attachment information in the response. If false or omitted, attachments will not be included.

Response

OK

groupNamestring

Name of the group.

groupIdstring uuid

Unique Identifier of the group.

Example response

{
  "groupName": "Salesforce Customer Data",
  "groupId": "e2d0f59e-3df0-4b1f-965d-d57547ed44ad",
  "dataDiscoveryResultsV2Dtos": {
    "content": [
      {
        "id": "e2d0f59e-3df0-4b1f-965d-d57547ed44ad",
        "fieldName": "firstname",
        "value": "John",
        "system": "Salesforce"
      }
    ]
  },
  "dataDiscoveryAttachmentListDtos": [
    {
      "fileName": "receipt.pdf",
      "fileId": "e2d0f59e-3df0-4b1f-965d-d57547ed44ad"
    }
  ]
}