Get All Packages
GET
/api/v1/packages
Responses
200
Successful Response
HeaderPaginatedResponse[ProducedProjectPackageResponse]
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
Message
string
code
Code
string
data
required
Data
Array<object>
ProducedProjectPackageResponseobject
value
required
ProjectPackage
An enumeration.
string
label
required
Label
string
pagination
required
JSendPagination
Pagination information
object
total
required
Total
integer
start
required
Start
integer
end
required
End
integer