Command Reference > entity > readClassification
Get a classification assigned for a given entity by the entity GUID and classification name.
pv entity readClassification --guid=<val> --classificationName=<val>
--guid
(string)
The globally unique identifier of the entity.
--classificationName
(string)
The name of the classification.
None
Catalog Data Plane > Entity > Get Classification
GET https://{accountName}.purview.azure.com/catalog/api/atlas/v2/entity/guid/{guid}/classification/{classificationName}
Get a classification assigned to a particular entity via the entity GUID and classification name.
pv entity readClassification --guid "c6a7811a-0699-44d0-b0be-68babe560ab2" --classificationName "MICROSOFT.GOVERNMENT.AUSTRALIA.COMPANY.NUMBER"
Sample response.
{
"attributes": {
"confidence": null
},
"entityGuid": "c6a7811a-0699-44d0-b0be-68babe560ab2",
"entityStatus": "ACTIVE",
"lastModifiedTS": "1",
"typeName": "MICROSOFT.GOVERNMENT.AUSTRALIA.COMPANY.NUMBER"
}