Get Catalog Data Elements
Returns a pageable catalog items data elements which matches the search param.
Search param for catalog item data elements
Optional projectId to further contextualize returned data elements
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /approval/api/about
Results page you want to retrieve (0..N)
Number of records per page.
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending.
success
{
"content": [
{
"description": "string",
"error": "string",
"id": "string",
"name": "string",
"properties": {
"properties": {}
}
}
],
"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"
}
],
"totalElements": 0,
"totalPages": 0
}
content
empty
first
last
number
numberOfElements
pageable
size
sort
totalElements
totalPages
unauthorized
not found
curl -H 'Authorization: <value>' https://{api_host}/deploymentlimit/api/policy/data/catalog-items