List classification definitions
GET
/api/meta/types/typedefs#classifications
List all classifications defined in the environment.
Query parameters
-
type string(token) Required
The type of type definitions you'd like to retrieve.
Value is
classification
.
GET /api/meta/types/typedefs#classifications
curl \
-X GET https://tenant.atlan.com/api/meta/types/typedefs#classifications?type=classification \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response example (200)
{
"classificationDefs": [
{
"category": "CLASSIFICATION",
"guid": "917ffec9-fa84-4c59-8e6c-c7b114d04be3",
"name": "jiCHJUpgaGSNPVlb6qFKem",
"description": "Information that can be used to identify a natural person, directly or indirectly.",
"typeVersion": "1.0",
"options": {
"color": "Yellow"
},
"serviceType": "atlan",
"displayName": "PII",
"attributeDefs": [],
"entityTypes": [
"Asset"
],
"superTypes": [],
"subTypes": [],
"createdBy": "jsmith",
"updatedBy": "jsmith",
"createTime": 1648852296555,
"updateTime": 1649172284333,
"version": 2
}
],
"enumDefs": [
{}
],
"structDefs": [
{}
],
"entityDefs": [
{}
],
"relationshipDefs": [
{}
],
"businessMetadataDefs": [
{}
]
}