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 MutableEntityExtended| Name | 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": "7e6321e8-1210-4443-afbc-d596eb6cdde5",
"ParentId": "cf989bc2-5613-4ace-826b-7b9ed0ee7746",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6193eab7-7c6d-49b5-aad2-dbf4f4634f00",
"1f63915e-8aa4-47aa-bcf4-0a5aa1a58a8e"
],
"Companies": [
"2f470f80-bcd6-444e-b33b-40a96c29fcb8",
"e8914dd7-f752-4127-a349-18b3971cc494"
],
"Groups": [
"4066461b-635a-4cef-affa-f53f7cbc6cec",
"bc8e7d1a-b3f2-426a-b6f9-3393d283b22b"
],
"Opportunities": [
"1166e500-9023-4358-bc61-c2203d2e338f",
"b31986ef-b4dd-4e79-8a86-2f79130669e0"
]
}
},
{
"Id": "7e6321e8-1210-4443-afbc-d596eb6cdde5",
"ParentId": "cf989bc2-5613-4ace-826b-7b9ed0ee7746",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6193eab7-7c6d-49b5-aad2-dbf4f4634f00",
"1f63915e-8aa4-47aa-bcf4-0a5aa1a58a8e"
],
"Companies": [
"2f470f80-bcd6-444e-b33b-40a96c29fcb8",
"e8914dd7-f752-4127-a349-18b3971cc494"
],
"Groups": [
"4066461b-635a-4cef-affa-f53f7cbc6cec",
"bc8e7d1a-b3f2-426a-b6f9-3393d283b22b"
],
"Opportunities": [
"1166e500-9023-4358-bc61-c2203d2e338f",
"b31986ef-b4dd-4e79-8a86-2f79130669e0"
]
}
}
]