v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
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

descriptionstring

Description of the Data Category.

descriptionKeystring

Unique key for description of the Data Category.

idstring

Unique Id for the Data Category.

namestring

Name of the Data Category.

nameKeystring

Unique key for name of the Data Category.

Example response

{
  "description": "Academic Background",
  "descriptionKey": "DataCategoriesAcademicBackgroundDesc",
  "id": "43fd3a8d-3f6b-464e-bf43-3f0c6c592442",
  "name": "Academic Background",
  "nameKey": "DataCategoriesAcademicBackground"
}