CatalogsPage

CatalogsPage
CatalogsPage

It represents a paged response for a collection of catalogs

AllOf
This class requires all of the following:
JSON Example
{
    "page": 1,
    "page_size": 5,
    "total_size": 10,
    "total_pages": 2,
    "items": [
        {
            "id": "d16c7f4d-b38a-405b-a1ca-3ac0a79418c1",
            "name": "DefaultCatalog",
            "created_at": "2017-07-21T17:32:28.000Z",
            "updated_at": "2017-07-21T17:32:28.000Z",
            "shared": false,
            "owned": true,
            "_links": {
                "applications": {
                    "href": "/v1/catalogs/351c1739-ca01-4a74-8124-1b99257cd7c9/applications"
                },
                "customizations": {
                    "href": "/v1/catalogs/351c1739-ca01-4a74-8124-1b99257cd7c9/customizations"
                }
            }
        }
    ]
}
Returned By