Get Deployment Filter By Id
Returns the Deployment filter with the supplied ID.
Filter Id
Zero-based page index (0..N)
The size of the page to be returned
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Search string for filters
A comma-separated list. Results must be associated with one of these project IDs.
Number of records you want
1
Number of records you want to skip
1
Sorting criteria in the format: property (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
OK
{
"content": [
{
"count": 0,
"id": "string",
"name": "string"
}
],
"empty": false,
"first": false,
"last": false,
"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"
}
]
}
content
empty
first
last
number
numberOfElements
pageable
size
sort
Unauthorized
"SliceFilterEntry Object"
content
empty
first
last
number
numberOfElements
pageable
size
sort
curl -H 'Authorization: <value>' https://{api_host}/deployment/api/deployments/filters/{filterId}