Share via


EntityGetClassifications interface

Methods

get(RequestParameters)

List classifications for a given entity represented by a GUID.

post(EntityAddClassificationsParameters)

Add classifications to an existing entity represented by a GUID.

put(EntityUpdateClassificationsParameters)

Update classifications to an existing entity represented by a guid.

Method Details

get(RequestParameters)

List classifications for a given entity represented by a GUID.

function get(options?: RequestParameters): StreamableMethod<EntityGetClassifications200Response | EntityGetClassificationsDefaultResponse>

Parameters

Returns

post(EntityAddClassificationsParameters)

Add classifications to an existing entity represented by a GUID.

function post(options: EntityAddClassificationsParameters): StreamableMethod<EntityAddClassifications204Response | EntityAddClassificationsDefaultResponse>

Parameters

Returns

put(EntityUpdateClassificationsParameters)

Update classifications to an existing entity represented by a guid.

function put(options: EntityUpdateClassificationsParameters): StreamableMethod<EntityUpdateClassifications204Response | EntityUpdateClassificationsDefaultResponse>

Parameters

Returns