Skip to main content
 print this page

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

Returns the data classification item. Includes a Resources.Datasets array when at least one dataset uses this classification.

Response Headers
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers