v4

latestSwagger 2.02026-07-13109102258.7 KB
Glossary

Get the category headers belonging to a specific glossary. Recommend using limit/offset to get pagination result.

get/atlas/v2/glossary/{glossaryGuid}/categories/headers

Path parameters

glossaryGuidstring required

The globally unique identifier for glossary.

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 glossary category headers for the given glossary or an empty list.

categoryGuidstring

The GUID of the category.

descriptionstring

The description of the category header.

displayTextstring

The display text.

parentCategoryGuidstring

The GUID of the parent category.

relationGuidstring

The GUID of the relationship.