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": "0e64206e-b6de-42ab-a362-087186c7d223", "ParentId": "5914a500-f703-4301-9dfc-2ff33194574f", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "9cc100db-5807-4d2d-919c-1c7d2cd16b56", "a9b0df53-b384-4753-81e4-479eda5c0f0b" ], "Companies": [ "2be12e6c-4f6a-481a-8b63-28f42e213151", "44563837-1ad5-4eb4-9fc1-fb167b6d9bed" ], "Groups": [ "ee517959-7f9b-465c-a4d3-25ba731176fe", "5925ee24-ef2d-45c3-a9a6-20ea19cdde05" ], "Opportunities": [ "5e88dc77-779d-4562-bac8-aa6add4115e7", "2119cb1a-b1d3-4662-94e6-d8cf3c0ce9b5" ] } }, { "Id": "0e64206e-b6de-42ab-a362-087186c7d223", "ParentId": "5914a500-f703-4301-9dfc-2ff33194574f", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "9cc100db-5807-4d2d-919c-1c7d2cd16b56", "a9b0df53-b384-4753-81e4-479eda5c0f0b" ], "Companies": [ "2be12e6c-4f6a-481a-8b63-28f42e213151", "44563837-1ad5-4eb4-9fc1-fb167b6d9bed" ], "Groups": [ "ee517959-7f9b-465c-a4d3-25ba731176fe", "5925ee24-ef2d-45c3-a9a6-20ea19cdde05" ], "Opportunities": [ "5e88dc77-779d-4562-bac8-aa6add4115e7", "2119cb1a-b1d3-4662-94e6-d8cf3c0ce9b5" ] } } ]