List package contents
API to list content items for a given package id. This API can be used to see information of content associated with the given package.
Note: This will not list content that is deleted but still referenced by the package.
The UUID of the package
Page Number
Number of entries per page
Multiple comma-separated properties sorted in ascending or descending order
Sets the number of returned entries from the top of the response (total number per page in relation to skip)
Sets how many entries you would like to skip
Boolean expression for whether a particular entry should be included in the response
successful operation
{
"number": 0,
"size": 0,
"last": false,
"numberOfElements": 0,
"totalPages": 0,
"content": [
{
"lastUpdated": "string",
"createdDate": "string",
"contentId": "string",
"name": "string",
"contentTypeId": "string",
"tenantId": "string",
"description": "string",
"subtenantId": "string",
"id": "string",
"mimeType": "string",
"version": 0,
"dependencies": [
"string"
]
}
],
"first": false,
"totalElements": 0
}
number
size
last
numberOfElements
totalPages
first
totalElements