SubscriptionCollection ====================== A SubscriptionCollection resources represents a collection of :doc:`/resources/Subscription` resources. Resource definition ------------------- .. literalinclude:: _static/SubscriptionCollection.json :language: json +---------------------+--------------------+-------------------------------------------------------------------------+ | Name | Type | Description | +=====================+====================+=========================================================================+ | Items | List | List of :doc:`/resources/Subscription` | +---------------------+--------------------+-------------------------------------------------------------------------+ | TotalHits | int | Total number of hits on subscriptions from search | +---------------------+--------------------+-------------------------------------------------------------------------+ Operations on SubscriptionCollection ------------------------------------ - :doc:`/scenarios/subscriptions-get`