v1

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

descriptionstring

Description of the Data Classification.

descriptionKeystring

Unique key for description of the Data Classification.

idstring

Unique Id of the Data Classification.

namestring

Name of the Data Classification.

nameKeystring

Unique key for the name of the Data Classification.

Example response

{
  "description": "Personal Data",
  "descriptionKey": "DataClassificationsPersonalDataDesc",
  "id": "9fad637c-8548-438e-9a6f-6e38eb2692de",
  "name": "Personal Data",
  "nameKey": "DataClassificationsPersonalData"
}