Get Catalog Filters
Returns the catalog item filters in context of given user.
Request
URI
GET
https://{api_host}/catalog/api/items/filters
COPY
Query Parameters
boolean
excludeValues
Optional
Excludes values pertaining to the filter. This flag can be used to quickly get all the filter types without any content.
Responses
200
OK
Returns
FilterSchema
of type(s)
application/json
{
"filters": [
{
"content": [
{
"count": 0,
"id": "string",
"name": "string"
}
],
"empty": false,
"first": false,
"id": "string",
"last": false,
"name": "string",
"number": 0,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": false,
"sort": [
{
"ascending": false,
"direction": "string",
"ignoreCase": false,
"nullHandling": "string",
"property": "string"
}
],
"unpaged": false
},
"size": 0,
"sort": [
{
"ascending": false,
"direction": "string",
"ignoreCase": false,
"nullHandling": "string",
"property": "string"
}
],
"type": "string"
}
]
}
array of
object
filters
Optional
filters
401
Unauthorized
Returns
FilterSchema
of type(s)
application/json
"FilterSchema Object"
array of
object
filters
Optional
filters
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/catalog/api/items/filters
On This Page
Catalog Items Operations
GET
Get Catalog Items
GET
Get Catalog Filters
GET
Get Catalog Filter By Id
POST
Assign Catalog Item To Projects
POST
Republish Catalog Item
POST
Unpublish Catalog Item
GET
Get Catalog Item
GET
Geta Catalog Item Form
POST
Request Catalog Item Instances
GET
Get Versions
GET
Get Version By Id
GET
Geta Catalog Item Version Form
POST
Publish Catalog Item