Personal Data
Get Data Category
Use this API to provide the details of a single Data Category by ID.
get/api/inventory/v2/data-categories/{id}
Path parameters
idstring uuid required
The ID of the data category to retrieve
Response
OK
Example response
{
"description": "Academic Background",
"descriptionKey": "DataCategoriesAcademicBackgroundDesc",
"id": "43fd3a8d-3f6b-464e-bf43-3f0c6c592442",
"name": "Academic Background",
"nameKey": "DataCategoriesAcademicBackground"
}