OrganizationCollection

An OrganizationCollection resources represents a collection of Organization resources.

Resource definition

{
  "Items": [
    {
      "Id": 4324,
      "Name": "My Organization 1"
    },
    {
      "Id": 4344,
      "Name": "My Organization 2"
    }
  ],
  "TotalHits": 2
}

Name

Type

Description

Items

List<Organization>

List of Organization

TotalHits

int

Total number of hits on organization from search

Operations on OrganizationCollection