Get Catalog Items Using GET 3
Returns a paginated list of catalog items.
Sorting criteria in the format: property (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Number of records you want to skip
1
Number of records you want
1
Whether or not to return detailed project data for each result.
A list of project IDs. Results will belong to one of these projects.
Matches will have this string somewhere in their name or description.
A list of Catalog Item Type IDs. Results will be one of these types.
OK
{
"content": [
{
"bulkRequestLimit": 0,
"createdAt": "string",
"createdBy": "string",
"description": "string",
"iconId": "string",
"id": "string",
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"name": "string",
"projectIds": [
"string"
],
"projects": [
{
"id": "string",
"link": "string",
"name": "string"
}
],
"sourceId": "string",
"sourceName": "string",
"type": {
"id": "string",
"link": "string",
"name": "string"
}
}
],
"empty": false,
"first": false,
"last": false,
"number": 0,
"numberOfElements": 0,
"size": 0,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"totalElements": 0,
"totalPages": 0
}
empty
first
last
number
numberOfElements
size
totalElements
totalPages
Unauthorized