Get all Organization Groups

GET {{baseUrl}}/api/OrganizationGroup?filter=<string>&skip=<integer>&take=<integer>

Request Params

KeyDatatypeRequiredDescription
filterstringThe optional filter.
skipstringThe number of records to skip. Default = 0.
takestringThe number of records to take. Default = 10.

RESPONSES

status: OK

{&quot;list&quot;:[{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;organizationGroupUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;organizationId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;organizationName&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;location&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;organizationGroupContactsUrl&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;organizationGroupUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;organizationId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;organizationName&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;location&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;organizationGroupContactsUrl&quot;:&quot;\u003cstring\u003e&quot;}],&quot;total&quot;:&quot;\u003cinteger\u003e&quot;}