Get all box names for a given application.
GET /v2/applications/{application-id}/boxes
GET
/v2/applications/{application-id}/boxes
Given an application ID, return all Box names. No particular ordering is guaranteed. Request fails when client or server-side configured limits prevent returning all Box names.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” application-id
required
integer
An application identifier.
Query Parameters
Section titled “Query Parameters ” max
integer
Max number of box names to return. If max is not set, or max == 0, returns all box-names.
Responses
Section titled “ Responses ”Box names of an application
object
boxes
required
Array<object>
Box descriptor describes a Box.
object
name
required
Base64 encoded box name
string format: byte
Bad Request
An error response with optional data field.
object
data
object
message
required
string
Invalid API Token
An error response with optional data field.
object
data
object
message
required
string
Internal Error
An error response with optional data field.
object
data
object
message
required
string
default
Section titled “default ”Unknown Error