Description
The returned list will include only buckets for which the user is authorized.If the user is not authorized for any buckets, this returns an empty list.
GET /buckets
The returned list will include only buckets for which the user is authorized.If the user is not authorized for any buckets, this returns an empty list.
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
< Bucket > array |
401 |
Client could not be authenticated. |
No Content |
/
application/json
Type | Name |
---|---|
apiKey |
Authorization |
Request path
/buckets
Response 200
[ {
"link" : {
"href" : "string",
"params" : {
"string" : "string"
}
},
"identifier" : "string",
"name" : "string",
"createdTimestamp" : 0,
"description" : "string",
"allowBundleRedeploy" : true,
"allowPublicRead" : true,
"permissions" : {
"canRead" : true,
"canWrite" : true,
"canDelete" : true
},
"revision" : {
"clientId" : "string",
"version" : 0,
"lastModifier" : "string"
}
} ]