GET api/Groups/{id}/contacts
Get the Contacts belonging to a Group. Supported Headers: Filter, Sort, SortDesc, Take, Skip
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MutableEntityExtendedName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
ParentId |
This field will only include data when working with Group records. |
globally unique identifier |
None. |
Fields | Dictionary of string [key] and Object [value] |
None. |
|
LinkedEntities | LinkedEntities |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "2d599f7b-c638-4726-bf5e-88bbd7511e2b", "ParentId": "58dc5b72-527b-43c5-b7e7-c3fe5d552fff", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "78535734-80af-4769-955d-4b0bb7aece40", "03d4ffb7-e91b-4d1a-8da5-24c65702794f" ], "Companies": [ "721b7f93-bed7-4716-960c-254360aef231", "23a4761e-6c46-4dbc-8771-edadeaed7860" ], "Groups": [ "59f9098b-4161-4dd1-88cb-5653ddedc036", "8063d6f3-a3e1-4029-ad19-1541678dba89" ], "Opportunities": [ "b8eff594-7475-4ded-94c4-24e4572a5dcf", "06083942-f4ea-478a-9a41-a04494b39778" ] } }, { "Id": "2d599f7b-c638-4726-bf5e-88bbd7511e2b", "ParentId": "58dc5b72-527b-43c5-b7e7-c3fe5d552fff", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "78535734-80af-4769-955d-4b0bb7aece40", "03d4ffb7-e91b-4d1a-8da5-24c65702794f" ], "Companies": [ "721b7f93-bed7-4716-960c-254360aef231", "23a4761e-6c46-4dbc-8771-edadeaed7860" ], "Groups": [ "59f9098b-4161-4dd1-88cb-5653ddedc036", "8063d6f3-a3e1-4029-ad19-1541678dba89" ], "Opportunities": [ "b8eff594-7475-4ded-94c4-24e4572a5dcf", "06083942-f4ea-478a-9a41-a04494b39778" ] } } ]