CRUD Operations
Key Features: Dynamic CRUD Operations: The API supports Create, Read, Update, and Delete operations on JSON data, providing developers with the flexibility to interact with data dynamically. Schema-flexible Design: Users can work with JSON data of any structure, including nested, flat, or irregular schemas, without constraints. The API adapts to the provided schema dynamically, allowing for…
CRUD Operations endpoints
| Method | Endpoint | Description |
|---|---|---|
| APIs | ||
| GET |
Get all items /api/v1 |
Get all items |
| POST |
Create new item /api/v1 |
Create a new item |
| GET |
Get by ID /api/v1/{id} |
Get a item by it's ID |
| PATCH |
Edit a item /api/v1/{id} |
Edit a item a with its ID |
| DELETE |
Delete a item /api/v1/{id} |
Delete a item with its ID |
| Other endpoints | ||
| GET |
healthCheck /api/v1/healthcheck |
|
CRUD Operations pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|