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": "58f5b924-5acf-49f2-9172-4ee3ac52996c", "ParentId": "b03f93f6-9f8a-4711-a0ff-b4bb833bda81", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "670a6848-ee0a-4f1e-9c69-73b213a78cee", "de239d13-7ddc-4d18-b261-9b8a8f4b09d4" ], "Companies": [ "75645eef-42a1-49c7-810a-4565f3572996", "dd14638d-1f34-4de4-a6ee-b0ac559eb0a5" ], "Groups": [ "7a49df9f-01b3-4d7f-b67e-2cead8e2100f", "f8760bbc-96d2-45cd-a70c-aa092d8d7088" ], "Opportunities": [ "60038ccc-e82e-4621-9e2e-70118199a3c9", "9315044f-1351-4074-a629-d4f7050de9d0" ] } }, { "Id": "58f5b924-5acf-49f2-9172-4ee3ac52996c", "ParentId": "b03f93f6-9f8a-4711-a0ff-b4bb833bda81", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "670a6848-ee0a-4f1e-9c69-73b213a78cee", "de239d13-7ddc-4d18-b261-9b8a8f4b09d4" ], "Companies": [ "75645eef-42a1-49c7-810a-4565f3572996", "dd14638d-1f34-4de4-a6ee-b0ac559eb0a5" ], "Groups": [ "7a49df9f-01b3-4d7f-b67e-2cead8e2100f", "f8760bbc-96d2-45cd-a70c-aa092d8d7088" ], "Opportunities": [ "60038ccc-e82e-4621-9e2e-70118199a3c9", "9315044f-1351-4074-a629-d4f7050de9d0" ] } } ]