Skip to content

Latest commit

 

History

History
46 lines (43 loc) · 3.29 KB

main.md

File metadata and controls

46 lines (43 loc) · 3.29 KB

Glossary

Command Reference > glossary

Glossary

Command Description
pv glossary create Create a glossary.
pv glossary delete Delete a glossary.
pv glossary put Update the given glossary.
pv glossary putPartial Update the glossary partially.
pv glossary read Get glossaries registered with Atlas.
pv glossary readDetailed Get a specific glossary with detailed information.

Terms

Command Description
pv glossary createTerm Create a glossary term.
pv glossary createTerms Create glossary terms in bulk.
pv glossary createTermsAssignedEntities Assign the given term to the provided list of related objects.
pv glossary createTermsExport Export Glossary Terms as csv file
pv glossary createTermsImport Import Glossary Terms from local csv file
pv glossary deleteTerm Delete a glossary term.
pv glossary deleteTermsAssignedEntities Delete the term assignment for the given list of related objects.
pv glossary putTerm Update the given glossary term by its GUID.
pv glossary putTermPartial Update the glossary term partially.
pv glossary putTermsAssignedEntities Delete the term assignment for the given list of related objects.
pv glossary readTerm Get a specific glossary term by its GUID.
pv glossary readTerms Get terms belonging to a specific glossary.
pv glossary readTermsAssignedEntities Get all related objects assigned with the specified term.
pv glossary readTermsHeaders Get term headers belonging to a specific glossary.
pv glossary readTermsImport Get the status of import csv operation
pv glossary readTermsRelated Get all related terms for a specific term by its GUID.

Categories

Command Description
pv glossary createCategories Create glossary category in bulk.
pv glossary createCategory Create a glossary category.
pv glossary deleteCategory Delete a glossary category.
pv glossary putCategory Update the given glossary category by its GUID.
pv glossary putCategoryPartial Update the glossary category partially.
pv glossary readCategories Get the categories belonging to a specific glossary.
pv glossary readCategoriesHeaders Get the category headers belonging to a specific glossary.
pv glossary readCategory Get specific glossary category by its GUID.
pv glossary readCategoryRelated Get all related categories (parent and children).
pv glossary readCategoryTerms Get all terms associated with the specific category.