Entity
Operations
Add Classification |
Associate a classification to multiple entities in bulk. |
Add Classifications |
Add classifications to an existing entity represented by a GUID. |
Add Classifications By Unique Attribute |
Add classification to the entity identified by its type and unique attributes. |
Add Label |
Add given labels to a given entity. |
Add Labels By Unique Attribute |
Add given labels to a given entity identified by its type and unique attributes. If labels is null/empty, no labels will be added. In addition to the typeName path ... |
Add Or Update Business Metadata |
Add business metadata to an entity. |
Add Or Update Business Metadata Attributes |
Add or update business metadata attributes. |
Bulk Create Or Update |
Create or update entities in bulk. Existing entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName. Map and array of coll... |
Bulk Delete |
Delete a list of entities in bulk identified by their GUIDs or unique attributes. |
Bulk Set Classifications |
Set classifications on entities in bulk. |
Create Or Update |
Create or update an entity. Existing entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName. Map and array of collections... |
Delete |
Delete an entity identified by its GUID. |
Delete By Unique Attribute |
Delete an entity identified by its type and unique attributes. In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the follo... |
Get |
Get complete definition of an entity given its GUID. |
Get By Unique Attributes |
Get complete definition of an entity given its type and unique attribute. In addition to the typeName path parameter, attribute key-value pair(s) can be provided i... |
Get Classification |
Get classification for a given entity represented by a GUID. |
Get Classifications |
List classifications for a given entity represented by a GUID. |
Get Header |
Get entity header given its GUID. |
Get Sample Business Metadata Template |
Get the sample Template for uploading/creating bulk BusinessMetaData |
Import Business Metadata |
Upload the file for creating Business Metadata in BULK |
List By Guids |
List entities in bulk identified by its GUIDs. |
List By Unique Attributes |
Bulk API to retrieve list of entities identified by its unique attributes. In addition to the typeName path parameter, attribute key-value pair(s) can be provided ... |
Move Entities To Collection |
Move existing entities to the target collection. |
Partial Update Attribute By Guid |
Update entity partially - create or update entity attribute identified by its GUID. Supports only primitive attribute type and entity references. It does not suppo... |
Partial Update By Unique Attributes |
Update entity partially - Allow a subset of attributes to be updated on an entity which is identified by its type and unique attribute eg: Referenceable.qualified... |
Remove Business Metadata |
Remove business metadata from an entity. |
Remove Business Metadata Attributes |
Delete business metadata attributes from an entity. |
Remove Classification |
Delete a given classification from an existing entity represented by a GUID. |
Remove Classification By Unique Attribute |
Delete a given classification from an entity identified by its type and unique attributes. |
Remove Labels |
Delete given labels to a given entity. |
Remove Labels By Unique Attribute |
Delete given labels to a given entity identified by its type and unique attribute. If labels is null/empty, no labels will be removed. If any labels in labels set a... |
Set Labels |
Set labels to a given entity. |
Set Labels By Unique Attribute |
Set labels to a given entity identified by its type and unique attributes. If labels is null/empty, existing labels will all be removed. In addition to the typeName... |
Update Classifications |
Update classifications to an existing entity represented by a guid. |
Update Classifications By Unique Attribute |
Update classification on an entity identified by its type and unique attributes. |