/v2/entities/{id}

Mount Point: /api/v3/v2/entities/{id}

GET

Retrieves a single Entity from the Entity collection with the specified identifier.

Parameters

name description type default
id The identifier of the Entity to be retrieved. path

Response Body

element: (custom)

An Entity matching the specified identifier.

PUT

Updates user-editable properties of an entity.

Note that all editable properties will be updated with the given information. If the old value of a property should be kept, it should be provided in the update parameter.

This method is not recommended for bulk updates.

Parameters

name description type default
id The identifier of the Entity to be updated. path

Request Body

element: (custom)

The updated properties.

Response Body

element: (custom)

The updated entity.