curl --location --request GET '/api/rest/v1/catalogs'
{
"_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"
}
]
}
}
page
pagination method type. Should never be set manually, see Pagination section