Personal Data
Get Data Subject
Use this API to retrieve the details of a single Data Subject by ID.
get/api/inventory/v2/data-subjects/{id}
Path parameters
idstring uuid required
The ID of the Data Subject
Response
OK
Example response
{
"id": "43fd3a8d-3f6b-464e-bf43-3f0c6c592442",
"name": "Financial Data",
"nameKey": "financial_data_name",
"description": "Contains financial information of customers",
"descriptionKey": "financial_data_description",
"source": "SYSTEM"
}