OrganizationCollection ====================== An OrganizationCollection resources represents a collection of :doc:`/resources/Organization` resources. Resource definition ------------------- .. literalinclude:: /scenarios/_static/OrganizationsResponse.json :language: json +---------------------+-----------------------+-----------------------------------------------------------------+ | Name | Type | Description | +=====================+=======================+=================================================================+ | Items | List | List of :doc:`/resources/Organization` | +---------------------+-----------------------+-----------------------------------------------------------------+ | TotalHits | int | Total number of hits on organization from search | +---------------------+-----------------------+-----------------------------------------------------------------+ Operations on OrganizationCollection ------------------------------------ - :doc:`/scenarios/organizations-get`