Glossary - Get Detailed
Get a specific glossary with detailed information. This API is not recommend.
Recommend to fetch terms/categories details separately using
GET /datamap/api/atlas/v2/glossary/{glossaryId}/terms and
GET /datamap/api/atlas/v2/glossary/{glossaryId}/categories.
GET {endpoint}/datamap/api/atlas/v2/glossary/{glossaryId}/detailed
GET {endpoint}/datamap/api/atlas/v2/glossary/{glossaryId}/detailed?api-version=2023-09-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
endpoint
|
path | True |
string (uri) |
|
|
glossary
|
path | True |
string |
The globally unique identifier for glossary. |
|
api-version
|
query |
string minLength: 1 |
The API version to use for this operation. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
The request has succeeded. |
|
| Other Status Codes |
An unexpected error response. |
Security
OAuth2Auth
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| https://purview.azure.net/.default |
Examples
Glossary_GetDetailed
Sample request
GET {endpoint}/datamap/api/atlas/v2/glossary/c018ddaf-7c21-4b37-a838-dae5f110c3d8/detailed?api-version=2023-09-01
Sample response
{
"guid": "c018ddaf-7c21-4b37-a838-dae5f110c3d8",
"qualifiedName": "Glossary",
"name": "Glossary",
"shortDescription": "Example Short Description",
"longDescription": "Example Long Description",
"language": "en",
"usage": "Example Glossary",
"createdBy": "ExampleCreator",
"updatedBy": "ExampleUpdator",
"createTime": 1672892675688,
"updateTime": 1672892675688,
"terms": [
{
"termGuid": "54688d39-b298-4104-9e80-f2a16f44aaea",
"relationGuid": "7b6a8149-a928-476a-a068-dce58653cfa0",
"displayText": "ExampleTerm1"
},
{
"termGuid": "952c7ba4-4c89-42d8-a05a-7d2161be7008",
"relationGuid": "9385640b-e6be-437d-a6b9-62d11c14a189",
"displayText": "ExampleTerm2"
}
],
"categories": [
{
"categoryGuid": "0d6766f6-f4b6-435b-bda2-d3edc358998e",
"relationGuid": "26a486a4-a8e2-483c-8a84-3b88e909f8d2"
},
{
"categoryGuid": "ed7458f0-9463-48a5-b5c6-4f785fb34e12",
"relationGuid": "7bdcef93-a57a-4d1d-95ab-9d3036f394a0"
},
{
"categoryGuid": "e47c4584-daca-4f9e-9092-194e04692c9a",
"relationGuid": "94071e56-fd3e-4441-93ff-1834f818482d"
}
],
"termInfo": {
"54688d39-b298-4104-9e80-f2a16f44aaea": {
"guid": "54688d39-b298-4104-9e80-f2a16f44aaea",
"qualifiedName": "ExampleTerm1@Glossary",
"name": "ExampleTerm1",
"shortDescription": "Example Short Description",
"longDescription": "Example Long Description",
"lastModifiedTS": "2",
"abbreviation": "T1",
"createdBy": "23863cef-a2e9-40a3-a427-44dc0d201f61",
"updatedBy": "23863cef-a2e9-40a3-a427-44dc0d201f61",
"createTime": 1606287247276,
"updateTime": 1606290587593,
"status": "Approved",
"anchor": {
"glossaryGuid": "c018ddaf-7c21-4b37-a838-dae5f110c3d8",
"relationGuid": "7b6a8149-a928-476a-a068-dce58653cfa0"
},
"assignedEntities": [
{
"guid": "ab9f1920-0b94-436d-aeb4-11a32c270fc0",
"typeName": "hdfs_path",
"entityStatus": "ACTIVE",
"displayText": "1",
"relationshipType": "AtlasGlossarySemanticAssignment",
"relationshipGuid": "cf2e959c-05e6-4a9f-b106-b6475741c2ba",
"relationshipStatus": "ACTIVE",
"relationshipAttributes": {
"typeName": "AtlasGlossarySemanticAssignment",
"attributes": {
"expression": "Example Expression",
"createdBy": "ExampleCreator",
"steward": "ExampleSteward",
"confidence": 100,
"description": "Example Description",
"source": "Azure",
"status": null
}
}
}
],
"categories": [
{
"categoryGuid": "ed7458f0-9463-48a5-b5c6-4f785fb34e12",
"relationGuid": "6aebf5ac-0c83-40c0-98bf-958fe9c99007"
}
],
"seeAlso": [
{
"termGuid": "952c7ba4-4c89-42d8-a05a-7d2161be7008",
"relationGuid": "dfa44030-bd14-4111-a0f1-3d01c964eb01",
"displayText": "ExampleTerm2"
}
],
"synonyms": [
{
"termGuid": "952c7ba4-4c89-42d8-a05a-7d2161be7008",
"relationGuid": "15bcbd12-eb48-4b63-8ff5-74f7ec3a562c",
"displayText": "ExampleTerm2"
}
],
"contacts": {
"Expert": [
{
"id": "30435ff9-9b96-44af-a5a9-e05c8b1ae2df",
"info": "Example Expert Info"
}
],
"Steward": [
{
"id": "30435ff9-9b96-44af-a5a9-e05c8b1ae2df",
"info": "Example Steward Info"
}
]
},
"resources": [
{
"displayName": "Example Display Name",
"url": "Example Url"
}
]
},
"952c7ba4-4c89-42d8-a05a-7d2161be7008": {
"guid": "952c7ba4-4c89-42d8-a05a-7d2161be7008",
"qualifiedName": "ExampleTerm2@Glossary",
"name": "ExampleTerm2",
"shortDescription": "Example Short Description",
"lastModifiedTS": "1",
"abbreviation": "T2",
"createdBy": "23863cef-a2e9-40a3-a427-44dc0d201f61",
"updatedBy": "23863cef-a2e9-40a3-a427-44dc0d201f61",
"createTime": 1606287312495,
"updateTime": 1606287312495,
"status": "Approved",
"anchor": {
"glossaryGuid": "c018ddaf-7c21-4b37-a838-dae5f110c3d8",
"relationGuid": "9385640b-e6be-437d-a6b9-62d11c14a189"
},
"seeAlso": [
{
"termGuid": "54688d39-b298-4104-9e80-f2a16f44aaea",
"relationGuid": "dfa44030-bd14-4111-a0f1-3d01c964eb01",
"displayText": "ExampleTerm1"
}
],
"synonyms": [
{
"termGuid": "54688d39-b298-4104-9e80-f2a16f44aaea",
"relationGuid": "15bcbd12-eb48-4b63-8ff5-74f7ec3a562c",
"displayText": "ExampleTerm1"
}
],
"resources": [
{
"displayName": "Example Display Name",
"url": "Example Url"
}
]
}
},
"categoryInfo": {
"ed7458f0-9463-48a5-b5c6-4f785fb34e12": {
"guid": "ed7458f0-9463-48a5-b5c6-4f785fb34e12",
"qualifiedName": "ExampleCategory1.ExampleCategory2@Glossary",
"name": "ExampleCategory1",
"longDescription": "Example Long Description",
"lastModifiedTS": "3",
"anchor": {
"glossaryGuid": "c018ddaf-7c21-4b37-a838-dae5f110c3d8",
"relationGuid": "7bdcef93-a57a-4d1d-95ab-9d3036f394a0"
},
"parentCategory": {
"categoryGuid": "e47c4584-daca-4f9e-9092-194e04692c9a",
"relationGuid": "82d569cd-2273-4ef9-9f67-c6f2ed637c20"
},
"childrenCategories": [
{
"categoryGuid": "0d6766f6-f4b6-435b-bda2-d3edc358998e",
"relationGuid": "e50be8c5-7905-4c92-b676-4278866c2c2f"
}
],
"terms": [
{
"termGuid": "54688d39-b298-4104-9e80-f2a16f44aaea",
"relationGuid": "6aebf5ac-0c83-40c0-98bf-958fe9c99007",
"displayText": "ExampleTerm1"
}
]
},
"e47c4584-daca-4f9e-9092-194e04692c9a": {
"guid": "e47c4584-daca-4f9e-9092-194e04692c9a",
"qualifiedName": "ExampleCategory2@Glossary",
"name": "ExampleCategory2",
"lastModifiedTS": "1",
"anchor": {
"glossaryGuid": "c018ddaf-7c21-4b37-a838-dae5f110c3d8",
"relationGuid": "94071e56-fd3e-4441-93ff-1834f818482d"
},
"childrenCategories": [
{
"categoryGuid": "ed7458f0-9463-48a5-b5c6-4f785fb34e12",
"relationGuid": "82d569cd-2273-4ef9-9f67-c6f2ed637c20"
}
]
},
"0d6766f6-f4b6-435b-bda2-d3edc358998e": {
"guid": "0d6766f6-f4b6-435b-bda2-d3edc358998e",
"qualifiedName": "ExampleCategory3.ExampleCategory1.ExampleCategory2@Glossary",
"name": "ExampleCategory3",
"lastModifiedTS": "2",
"anchor": {
"glossaryGuid": "c018ddaf-7c21-4b37-a838-dae5f110c3d8",
"relationGuid": "26a486a4-a8e2-483c-8a84-3b88e909f8d2"
},
"parentCategory": {
"categoryGuid": "ed7458f0-9463-48a5-b5c6-4f785fb34e12",
"relationGuid": "e50be8c5-7905-4c92-b676-4278866c2c2f"
}
}
}
}
Definitions
| Name | Description |
|---|---|
|
Atlas |
An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity. |
|
Atlas |
An error response from the service |
|
Atlas |
The glossary category. |
|
Atlas |
The extended information of glossary. |
|
Atlas |
The glossary header with basic information. |
|
Atlas |
The glossary term. |
|
Atlas |
The header of the related category. |
|
Atlas |
Reference to an object-instance of AtlasEntity type used in relationship attribute values |
|
Atlas |
The header of the related term. |
|
Atlas |
Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification. |
|
Atlas |
The basic information for term categorization. |
|
Atlas |
Status for atlas term relationship |
|
Entity |
Status - can be active or deleted |
|
Purview |
PurviewObjectId |
|
Resource |
ResourceLink |
|
Status |
Status for atlas relationship |
|
Term |
Status for term |
|
Time |
Captures time-boundary details |
AtlasClassification
An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity.
| Name | Type | Description |
|---|---|---|
| attributes |
|
The attributes of the struct. |
| entityGuid |
string |
The GUID of the entity. |
| entityStatus |
Status of the entity - can be active or deleted. Deleted entities are not removed. |
|
| lastModifiedTS |
string |
ETag for concurrency control. |
| removePropagationsOnEntityDelete |
boolean |
Determines if propagations will be removed on entity deletion. |
| typeName |
string |
The name of the type. |
| validityPeriods |
An array of time boundaries indicating validity periods. |
AtlasErrorResponse
An error response from the service
| Name | Type | Description |
|---|---|---|
| errorCode |
string |
The error code. |
| errorMessage |
string |
The error message. |
| requestId |
string (uuid) |
The request ID. |
AtlasGlossaryCategory
The glossary category.
| Name | Type | Description |
|---|---|---|
| anchor |
The glossary header with basic information. |
|
| childrenCategories |
An array of children categories. |
|
| classifications |
An array of classifications. |
|
| createTime |
integer (int64) |
The created time of the record. |
| createdBy |
string |
The user who created the record. |
| guid |
string |
The GUID of the object. |
| lastModifiedTS |
string |
ETag for concurrency control. |
| longDescription |
string |
The long version description. |
| name |
string |
The name of the glossary object. |
| parentCategory |
The header of the related category. |
|
| qualifiedName |
string |
The qualified name of the glossary object. |
| shortDescription |
string |
The short version of description. |
| terms |
An array of related term headers. |
|
| updateTime |
integer (int64) |
The update time of the record. |
| updatedBy |
string |
The user who updated the record. |
AtlasGlossaryExtInfo
The extended information of glossary.
| Name | Type | Description |
|---|---|---|
| categories |
An array of categories. |
|
| categoryInfo |
<string,
Atlas |
The glossary category information. |
| classifications |
An array of classifications. |
|
| createTime |
integer (int64) |
The created time of the record. |
| createdBy |
string |
The user who created the record. |
| guid |
string |
The GUID of the object. |
| language |
string |
The language of the glossary. |
| lastModifiedTS |
string |
ETag for concurrency control. |
| longDescription |
string |
The long version description. |
| name |
string |
The name of the glossary object. |
| qualifiedName |
string |
The qualified name of the glossary object. |
| shortDescription |
string |
The short version of description. |
| termInfo |
<string,
Atlas |
The glossary term information. |
| terms |
An array of related term headers. |
|
| updateTime |
integer (int64) |
The update time of the record. |
| updatedBy |
string |
The user who updated the record. |
| usage |
string |
The usage of the glossary. |
AtlasGlossaryHeader
The glossary header with basic information.
| Name | Type | Description |
|---|---|---|
| displayText |
string |
The display text. |
| glossaryGuid |
string |
The GUID of the glossary. |
| relationGuid |
string |
The GUID of the relationship. |
AtlasGlossaryTerm
The glossary term.
| Name | Type | Description |
|---|---|---|
| abbreviation |
string |
The abbreviation of the term. |
| anchor |
The glossary header with basic information. |
|
| antonyms |
An array of related term headers as antonyms. |
|
| assignedEntities |
An array of related object IDs. |
|
| attributes |
object |
The custom attributes of the term, which is map<string,map<string,object>>. The key of the first layer map is term template name. |
| categories |
An array of term categorization headers. |
|
| classifications |
An array of classifications. |
|
| classifies |
An array of related term headers. |
|
| contacts |
object |
The dictionary of contacts for terms. Key could be Expert or Steward. |
| createTime |
integer (int64) |
The created time of the record. |
| createdBy |
string |
The user who created the record. |
| examples |
string[] |
An array of examples. |
| guid |
string |
The GUID of the object. |
| hierarchyInfo |
The hierarchy information of the term. |
|
| isA |
An array of related term headers indicating the is-a relationship. |
|
| lastModifiedTS |
string |
ETag for concurrency control. |
| longDescription |
string |
The long version description. |
| name |
string |
The name of the glossary object. |
| nickName |
string |
The nick name of the term. |
| preferredTerms |
An array of preferred related term headers. |
|
| preferredToTerms |
An array of related term headers that are preferred to. |
|
| qualifiedName |
string |
The qualified name of the glossary object. |
| replacedBy |
An array of related term headers that are replaced by. |
|
| replacementTerms |
An array of related term headers for replacement. |
|
| resources |
An array of resource link for term |
|
| seeAlso |
An array of related term headers for see also. |
|
| shortDescription |
string |
The short version of description. |
| status |
Status of the AtlasGlossaryTerm |
|
| synonyms |
An array of related term headers as synonyms. |
|
| templateName |
Template |
The name of the template. |
| translatedTerms |
An array of translated related term headers. |
|
| translationTerms |
An array of related term headers for translation. |
|
| updateTime |
integer (int64) |
The update time of the record. |
| updatedBy |
string |
The user who updated the record. |
| usage |
string |
The usage of the term. |
| validValues |
An array of related term headers as valid values. |
|
| validValuesFor |
An array of related term headers as valid values for other records. |
AtlasRelatedCategoryHeader
The header of the related category.
| Name | Type | Description |
|---|---|---|
| categoryGuid |
string |
The GUID of the category. |
| description |
string |
The description of the category header. |
| displayText |
string |
The display text. |
| parentCategoryGuid |
string |
The GUID of the parent category. |
| relationGuid |
string |
The GUID of the relationship. |
AtlasRelatedObjectId
Reference to an object-instance of AtlasEntity type used in relationship attribute values
| Name | Type | Description |
|---|---|---|
| displayText |
string |
The display text. |
| entityStatus |
Status of the entity - can be active or deleted. Deleted entities are not removed. |
|
| guid |
string |
The GUID of the object. |
| relationshipAttributes |
Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification. |
|
| relationshipGuid |
string (uuid) |
The GUID of the relationship. |
| relationshipStatus |
The enum of relationship status. |
|
| relationshipType |
string |
Relationship type |
| typeName |
string |
The name of the type. |
| uniqueAttributes |
|
The unique attributes of the object. |
AtlasRelatedTermHeader
The header of the related term.
| Name | Type | Description |
|---|---|---|
| description |
string |
The description of the related term. |
| displayText |
string |
The display text. |
| expression |
string |
The expression of the term. |
| relationGuid |
string |
The GUID of the relationship. |
| status |
The status of term relationship. |
|
| steward |
string |
The steward of the term. |
| termGuid |
string |
The GUID of the term. |
AtlasStruct
Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.
| Name | Type | Description |
|---|---|---|
| attributes |
|
The attributes of the struct. |
| lastModifiedTS |
string |
ETag for concurrency control. |
| typeName |
string |
The name of the type. |
AtlasTermCategorizationHeader
The basic information for term categorization.
| Name | Type | Description |
|---|---|---|
| categoryGuid |
string (uuid) |
The GUID of the category. |
| description |
string |
The description of the record. |
| displayText |
string |
The display text. |
| relationGuid |
string (uuid) |
The GUID of the relationship. |
| status |
The status of term relationship. |
AtlasTermRelationshipStatus
Status for atlas term relationship
| Value | Description |
|---|---|
| DRAFT |
draft |
| ACTIVE |
active |
| DEPRECATED |
deprecated |
| OBSOLETE |
obsolete |
| OTHER |
other |
EntityStatus
Status - can be active or deleted
| Value | Description |
|---|---|
| ACTIVE |
The status is active. |
| DELETED |
The status is deleted. |
PurviewObjectId
PurviewObjectId
| Name | Type | Description |
|---|---|---|
| displayText |
string |
Display text |
| guid |
string |
The GUID of the object. |
| itemPath |
string |
Item path |
| name |
string |
Name |
| properties |
|
Dictionary of <any> |
| resourceId |
string |
Resource Id |
| typeName |
string |
The name of the type. |
| uniqueAttributes |
|
The unique attributes of the object. |
ResourceLink
ResourceLink
| Name | Type | Description |
|---|---|---|
| displayName |
string |
Display name for url. |
| url |
string |
web url. http or https |
StatusAtlasRelationship
Status for atlas relationship
| Value | Description |
|---|---|
| ACTIVE |
active |
| DELETED |
deleted |
TermStatus
Status for term
| Value | Description |
|---|---|
| Draft |
draft |
| Approved |
approved |
| Alert |
alert |
| Expired |
expired |
TimeBoundary
Captures time-boundary details
| Name | Type | Description |
|---|---|---|
| endTime |
string |
The end of the time boundary. |
| startTime |
string |
The start of the time boundary. |
| timeZone |
string |
The timezone of the time boundary. |