Tags
Get Tag
Use this API to retrieve the details for the specified tag.
get/api/glossary/v1/tags/{name}/details
Path parameters
namestring required
The name to get the details of the related tag. For example, including the value for the name Resume, matching tag details will be retrieved.
Response
OK Tag response retrieved successfully.
Example response
{
"data": {
"tagresponse": {
"id": "123e4567-e89b-12d3-a456-426614174001",
"tagId": 45,
"name": "Resume",
"description": "This tag is used for any information related to Resume",
"type": "CLASSIFICATION",
"createdBy": "897e4567-e89b-12d3-2345-426614174789",
"createdDate": "2023-01-01T00:00:00Z",
"updatedBy": "897e4567-e89b-12d3-2345-426614174789",
"updatedDate": "2023-01-02T00:00:00Z",
"athenaId": "754e4567-de34-12d3-a456-ddf414174777"
},
"termnames": [
"URL"
]
}
}