SubscriptionsPage

SubscriptionsPage
SubscriptionsPage

It represents a paged response for a collection of subscriptions

AllOf
This class requires all of the following:
JSON Example
{
    "page": 1,
    "page_size": 5,
    "total_size": 10,
    "total_pages": 2,
    "items": [
        {
            "id": "aa6ce24d-b38a-405b-a1ca-3ac0a79418bb",
            "product_id": "VTAC_AAORG_CP",
            "status": "ACTIVE",
            "quotas": {
                "applications": {
                    "limit": 25
                }
            },
            "created_at": "2023-03-03T00:59:52.762Z",
            "updated_at": "2023-03-03T00:59:52.762Z",
            "starts_at": "2023-03-03T00:59:52.762Z",
            "ends_at": "2023-03-03T00:59:52.762Z"
        }
    ]
}