https://YOUR_ACCOUNT.fibery.io/api/views/json-rpc.
It follows the JSON-RPC specification.
Getting views
To get a list of Views, use thequery-views method.
All filters and params are optional. If omitted, all Views will be returned.
ids | array of UUID strings | Matches views by the fibery/id field. |
publicIds | array of numeric strings | Matches views by the fibery/public-id field. |
isPrivate | true or false | If true, return only matching views from “My space”. If false, return only matching views outside of “My space”. If omitted, matching views both from and outside of “My space” are returned. |
container | {type: "entity"; typeId: "6ded97e6-b4ca-4a8c-a740-6c34c3651cd1"; publicIds: ["1", "2"]} | If provided, the query will return only views attached to entities with the given public ids in the database (type) with the given typeId. |
Creating views
To create one or more Views, use thecreate-views method:
“Container app” in this example contains a fibery/id reference to the space where the new View is to be created.
Updating views
To update one or more Views, use theupdate-views method:
Deleting views
To delete one or more Views, use thedelete-views method: