1. Home
  2. Docs
  3. API
  4. REST API basics
  5. CRUD

CRUD

Getter

The getter uses a query builder for your request. You can do a simple get /${id} to get the corresponding item,

or without parameters, to get everything, with a default limit of 50.

See an example

Setter

You can create or update one or multiple entry(ies) at once, using the QueryBuilder in the same query. If the primary key is present, it will be considered as an update, if not, the entry(ies) will be created.

See an example

Query builder

For more extensive query on your model, the query builder is the best way to get the exact data you require.

Check out the query builder

How can we help?

Leave a Reply