entity type.
Retrieved entity instance.
Name of the ID attribute of a String ID entity. Mandatory for String ID entities, shall be omitted otherwise.
Name of the view used to limit the entity graph.
entity properties that should be included in the result.
entity instance transformed into the format expected by Ant Design Form fields.
Retrieves an entity instance using the given id and view by sending a request to the REST API.
id of an entity instance to be retrieved.
a object representing the values of Ant Design Form fields.
Updates the item using a provided entityPatch
, then sends a request to the REST API to persist the changes.
a Partial
representing the changes to be made.
'create' when creating a new entity or 'edit' when editing an existing one.
Different REST API endpoints and HTTP methods will be used depending on whether the entity is new.
IMPORTANT:
If this parameter is omitted, then the entity will be considered new if it lacks the id
attribute.
This will produce incorrect results for String ID entities.
Therefore using this parameter is mandatory for String ID entities.
a promise that resolves to the update result returned by the REST API.
Generated using TypeDoc
Retrieves an entity instance using Generic REST API.