Skip to main content
Version: 1.9.x

Entry API

The Entry API allows users to write and read data from their buckets, as well as search for specific entries using query operations.

POST
/api/v1/b/:bucket_name/:entry_name
Write a record to an entry
POST
/api/v1/b/:bucket_name/:entry_name/batch
Write batch of records
GET
/api/v1/b/:bucket_name/:entry_name
Get a record from an entry
HEAD
/api/v1/b/:bucket_name/:entry_name
Get only meta information about record
GET
/api/v1/b/:bucket_name/:entry_name/batch
Get a bulk of records from an entry
HEAD
/api/v1/b/:bucket_name/:entry_name/batch
Get only meta information in bulk
GET
/api/v1/b/:bucket_name/:entry_name/q
Query records for a time interval
DELETE
/api/v1/b/:bucket_name/:entry_name
Remove entry