1.x¶
Full reference¶
Full detailed API documentation:
- Authentication
- Accounts
- OpenID Connect
- Buckets
- Collections
- Records
- Groups
- Permissions
- Filtering
- Sorting
- Paginating
- Selecting fields
- History of changes
- Quotas management
- Utility endpoints for OPS and Devs
- Administrative endpoints
- Batch operations
- OpenAPI Specification
- Flush Endpoint
- Server timestamps
- Backoff indicators
- Error responses
- Deprecation
Cheatsheet¶
Method |
URI |
Description |
---|---|---|
GET |
||
POST |
||
GET |
||
GET |
||
Buckets |
||
POST |
||
GET |
||
DELETE |
||
PUT |
||
PATCH |
||
GET |
||
DELETE |
||
Groups |
||
POST |
||
GET |
||
DELETE |
||
PUT |
||
PATCH |
||
GET |
||
DELETE |
||
Collections |
||
GET |
||
DELETE |
||
POST |
||
PUT |
||
PATCH |
||
GET |
||
DELETE |
||
Records |
||
POST |
||
GET |
||
DELETE |
||
PUT |
/buckets/(bucket_id)/collections/(collection_id)/records/(record_id) |
|
PATCH |
/buckets/(bucket_id)/collections/(collection_id)/records/(record_id) |
|
GET |
/buckets/(bucket_id)/collections/(collection_id)/records/(record_id) |
|
DELETE |
/buckets/(bucket_id)/collections/(collection_id)/records/(record_id) |