Personal Data
Get Data Element
Use this API to retrieve the details of a single Data Element by ID.
get/api/inventory/v2/data-elements/{id}
Path parameters
idstring uuid required
The ID of the data element to retrieve
Response
OK
Example response
{
"categories": [
{
"description": "Academic Background",
"descriptionKey": "DataCategoriesAcademicBackgroundDesc",
"id": "43fd3a8d-3f6b-464e-bf43-3f0c6c592442",
"name": "Academic Background",
"nameKey": "DataCategoriesAcademicBackground"
}
],
"classifications": [
{
"description": "Personal Data",
"descriptionKey": "DataClassificationsPersonalDataDesc",
"id": "9fad637c-8548-438e-9a6f-6e38eb2692de",
"name": "Personal Data",
"nameKey": "DataClassificationsPersonalData"
}
],
"description": "Age",
"descriptionKey": "DataElementsAgeDesc",
"id": "54432905-eac2-4088-a48e-c02b0d66359b",
"name": "Age",
"nameKey": "DataElementsAge"
}