Get Catalog Items Using GET
Returns a paginated list of catalog items.
Results page you want to retrieve (0..N)
projectId
search
Number of records per page.
20
Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
sourceIds
types
OK
{
"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"
}
}
Creation time
Created By
CatalogItem description
Icon ID
CatalogItem id
Update time
Updated By
CatalogItem name
Associated project IDs that can be used for requesting
Json schema describing request parameters, a simplified version of http://json-schema.org/latest/json-schema-validation.html#rfc.section.5
LibraryItem source ID.
LibraryItem source name.
Unauthorized
Forbidden
Not Found