The API uses
type for Database and app for Space. See Terminology.Create Entity
Create Entities with primitive, single-select and entity Fields. Settingfibery/id is optional and might be useful for working with Entity right after creation.
To set a single-select or an entity Field we’ll need the target Entity’s fibery/id. We can get fibery/id either via API (check Query entities) or by opening the relevant Entity on UI and exploring the command response in browser’s Network tab.
Note that the target related Entity should already exist.
Cricket/Player Database used as an example
Update Entity
Update primitive, single-select and entity Fields this way. For updating entity collection Fields, see Collections. To update a single-select or an entity Field, we’ll need the target Entity’sfibery/id. We can get fibery/id either via API or by opening the relevant Entity on UI and exploring the command response in browser’s Network tab. Note that the target Entity should already exist.
Cricket/Player Database used as an example
Delete Entity
Delete an Entity by providing its Database andfibery/id.
