Get the Contacts in an Organization Group

GET {{baseUrl}}/api/OrganizationGroup/:organizationGroupId/contacts?skip=<integer>&take=<integer>

Request Params

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

RESPONSES

status: OK

{&quot;list&quot;:[{&quot;organizationGroupId&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;organizationGroupName&quot;:&quot;\u003cstring\u003e&quot;,&quot;organizationGroupLocation&quot;:&quot;\u003cstring\u003e&quot;,&quot;organizationGroupDescription&quot;:&quot;\u003cstring\u003e&quot;,&quot;contactId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;contactName&quot;:&quot;\u003cstring\u003e&quot;,&quot;contactUrl&quot;:&quot;\u003cstring\u003e&quot;},{&quot;organizationGroupId&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;organizationGroupName&quot;:&quot;\u003cstring\u003e&quot;,&quot;organizationGroupLocation&quot;:&quot;\u003cstring\u003e&quot;,&quot;organizationGroupDescription&quot;:&quot;\u003cstring\u003e&quot;,&quot;contactId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;contactName&quot;:&quot;\u003cstring\u003e&quot;,&quot;contactUrl&quot;:&quot;\u003cstring\u003e&quot;}],&quot;total&quot;:&quot;\u003cinteger\u003e&quot;}