GET api/Groups
Get Group records. Supported Headers: Filter, Sort, SortDesc, SelectField
Request Information
URI Parameters
None.
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": "9391bdc5-b470-4211-b8ba-bb66a6f76ac4",
"ParentId": "f2196610-4e0d-4a2e-877c-fde09e823ca8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"628c51bf-3515-4a81-a696-eb18a4b38d73",
"b5b60fc7-0fb2-425d-a0aa-cc82c3e2d7af"
],
"Companies": [
"46b6c3d6-41ac-4688-be0e-9dec2730e5e3",
"a6337d3d-f71d-4305-8144-89e6abdfd2c3"
],
"Groups": [
"ce9b0b15-3279-4ce9-accf-c7454606446e",
"013004b3-32b2-4b10-8bcd-43fe7d918648"
],
"Opportunities": [
"e9c8a50d-c6fd-40df-ae52-4a86de0ceb06",
"3b3f4e33-e4ca-466b-920c-2b93f8f8b5fa"
]
}
},
{
"Id": "9391bdc5-b470-4211-b8ba-bb66a6f76ac4",
"ParentId": "f2196610-4e0d-4a2e-877c-fde09e823ca8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"628c51bf-3515-4a81-a696-eb18a4b38d73",
"b5b60fc7-0fb2-425d-a0aa-cc82c3e2d7af"
],
"Companies": [
"46b6c3d6-41ac-4688-be0e-9dec2730e5e3",
"a6337d3d-f71d-4305-8144-89e6abdfd2c3"
],
"Groups": [
"ce9b0b15-3279-4ce9-accf-c7454606446e",
"013004b3-32b2-4b10-8bcd-43fe7d918648"
],
"Opportunities": [
"e9c8a50d-c6fd-40df-ae52-4a86de0ceb06",
"3b3f4e33-e4ca-466b-920c-2b93f8f8b5fa"
]
}
}
]