Methods
(async, route) retrieve(:id)
Route:
Method | Path |
---|---|
GET | /api/bucket/:id/data/status |
Authentication
A authentication is needed to access this endpoint
Header Parameters:
Name | Type | Description |
---|---|---|
Authorization | String | bearer access token issued for the user |
Route Parameters:
Name | Type | Description |
---|---|---|
:id | String | bucket id |
Response Code:
Type | Description |
---|---|
500 | database error |
200 | succesfully retrieved data |
Parameters:
Name | Type | Description |
---|---|---|
:id |
bucket id |
(async, route) retrieveBlacklisted(:id)
Route:
Method | Path |
---|---|
GET | /api/bucket/:id/data/status/blacklisted |
Authentication
A authentication is needed to access this endpoint
Header Parameters:
Name | Type | Description |
---|---|---|
Authorization | String | bearer access token issued for the user |
Route Parameters:
Name | Type | Description |
---|---|---|
:id | String | bucket id |
Response Code:
Type | Description |
---|---|
500 | database error |
200 | succesfully retrieved data |
Parameters:
Name | Type | Description |
---|---|---|
:id |
bucket id |