Get the list of owned catalogs
GET
/api/rest/v1/catalogs
Catalogs
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/rest/v1/catalogs'
Response Response Example
200 - Example 1
{
"_links": {
"first": {
"href": "string"
},
"next": {
"href": "string"
},
"previous": {
"href": "string"
},
"self": {
"href": "string"
}
},
"current_page": 0,
"_embedded": {
"items": [
{
"_links": {
"self": {
"href": "string"
}
},
"enabled": false,
"id": "12351d98-200e-4bbc-aa19-7fdda1bd14f2",
"name": "My app catalog"
}
]
}
}
Request
Query Params
page
integerÂ
optional
page
pagination method type. Should never be set manually, see Pagination sectionlimit
integerÂ
optional
Responses
Modified at 2023-08-15 05:53:55