v4

latestSwagger 2.02026-07-13109102258.7 KB
Glossary

Get all related objects assigned with the specified term. Recommend using limit/offset to get pagination result.

get/atlas/v2/glossary/terms/{termGuid}/assignedEntities

Path parameters

termGuidstring required

The globally unique identifier for glossary term.

Query parameters

limitinteger

The page size - by default there is no paging.

offsetinteger

The offset for pagination purpose.

sortstring

The sort order, ASC (default) or DESC.

Response

OK. An array of related objects (if any) for the given glossary or an empty list.

guidstring

The GUID of the object.

typeNamestring

The name of the type.

uniqueAttributesobject

The unique attributes of the object.

displayTextstring

The display text.

entityStatus'ACTIVE' | 'DELETED'

Status of the entity - can be active or deleted. Deleted entities are not removed from Atlas store.

relationshipTypestring
relationshipGuidstring

The GUID of the relationship.

relationshipStatus'ACTIVE' | 'DELETED'

The enum of relationship status.