Gets data classification item
GET/datasets/dataclassifications/:id
Returns a single data classification by name, including a list of datasets that reference it. The Resources.Datasets array is only present when at least one dataset uses this classification. Use projectionExpression to limit fields returned from the classification item; the Resources lookup is always appended afterward. {id} is actually the name of the data classification for which the request is to be made Usage examples: GET /datasets/dataclassifications/confidential — returns full item with referenced datasets. GET /datasets/dataclassifications/confidential?projectionExpression=DataClassificationName,DisplayName — returns only projected fields plus referenced datasets.
Request
Responses
- 200
- 400
- 500
Returns the data classification item. Includes a Resources.Datasets array when at least one dataset uses this classification.
Response Headers
Classification not found (IPV-1002) or invalid input.
Response Headers
Backend failure.