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": "ee907b20-4003-4138-80a0-116922b8c5ed",
"ParentId": "816d38cd-6c0e-4c99-9c82-19cec14be7ce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"fe0abd50-88a2-482a-b446-93a293c3100a",
"0b2ef827-4f92-49c0-8a33-0bd841f1f80d"
],
"Companies": [
"7671333b-fc34-4b98-8114-f420c2379ced",
"03f86804-d1a5-49f2-bb8f-8b4413387023"
],
"Groups": [
"e3aefed4-ddae-441c-9716-1f8c3133980a",
"10fdaf50-14e0-45ed-8c21-f59e23e4fac7"
],
"Opportunities": [
"3cef0912-beba-4d68-9160-67abdc8017f8",
"0b151d76-19d3-4ad0-a4b5-bd8c3f9ec68f"
]
}
},
{
"Id": "ee907b20-4003-4138-80a0-116922b8c5ed",
"ParentId": "816d38cd-6c0e-4c99-9c82-19cec14be7ce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"fe0abd50-88a2-482a-b446-93a293c3100a",
"0b2ef827-4f92-49c0-8a33-0bd841f1f80d"
],
"Companies": [
"7671333b-fc34-4b98-8114-f420c2379ced",
"03f86804-d1a5-49f2-bb8f-8b4413387023"
],
"Groups": [
"e3aefed4-ddae-441c-9716-1f8c3133980a",
"10fdaf50-14e0-45ed-8c21-f59e23e4fac7"
],
"Opportunities": [
"3cef0912-beba-4d68-9160-67abdc8017f8",
"0b151d76-19d3-4ad0-a4b5-bd8c3f9ec68f"
]
}
}
]