Entity Requests
Entity requests read, create, update or delete an entity in a Context Graph model.
Operation | Description |
---|---|
Create Entity Operation | The create entity operation adds a new entity to a Context Graph model. The entity metadata must already exist in the Context Graph model. |
Read Entity Operation | The read entity operation returns property values for an entity in a Context Graph model. |
Update Entity Operation | The update entity operation replaces property values in an existing entity. |
Delete Entity Operation | The delete entity operation removes an existing entity. |