EntityGetClassifications interface
Methods
| get(Request |
List classifications for a given entity represented by a GUID. |
| post(Entity |
Add classifications to an existing entity represented by a GUID. |
| put(Entity |
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
- options
- RequestParameters
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>