Get All Packages
GET
/api/v1/packages
Responses
200
Successful Response
A list of responses with pagination information.
For backwards compatibility, this also exposes pagination using the following header format:
Access-Control-Expose-Headers: Content-Range
Content-Range: $FIRST_ITEM_IN_BATCH-$LAST_ITEM_IN_BACH/$TOTAL_ITEMS_AVAILABLE
object
status
string
message
string
code
string
data
required
Array<object>
object
value
required
An enumeration.
string
label
required
string
pagination
required
Pagination information
object
total
required
integer
start
required
integer
end
required
integer