Personal Data
Get Data Classification
Use this API to retrieve the details of a single Data Classification by ID.
get/api/inventory/v2/data-classifications/{id}
Path parameters
idstring uuid required
The ID of the data classification to retrieve
Response
OK
Example response
{
"description": "Personal Data",
"descriptionKey": "DataClassificationsPersonalDataDesc",
"id": "9fad637c-8548-438e-9a6f-6e38eb2692de",
"name": "Personal Data",
"nameKey": "DataClassificationsPersonalData"
}