Get box names for a given application.
  GET /v2/applications/{application-id}/boxes    
 GET
 /v2/applications/{application-id}/boxes
 Given an application ID, returns the box names of that application sorted lexicographically.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” application-id 
 required
   integer
 Query Parameters
Section titled “Query Parameters ” limit    
 integer
Maximum number of results to return. There could be additional pages even if the limit is not reached.
 next    
 string
The next page of results. Use the next token provided by the previous results.
Responses
Section titled “ Responses ”Box names of an application
object
 application-id 
 required
   [appidx] application index.
integer
  boxes 
 required
   Array<object>
Box descriptor describes an app box without a value.
object
 name 
 required
   Base64 encoded box name
string  format: byte  
  next-token    
 Used for pagination, when making another request provide this token with the next parameter.
string
 Response for errors
object
 data    
 object
 message 
 required
   string
 Response for errors
object
 data    
 object
 message 
 required
   string
 Response for errors
object
 data    
 object
 message 
 required
   string