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": "78fe6600-462b-4a30-924c-7eb3a11cde16",
"ParentId": "830b6d98-ceeb-4236-a587-55746081b7fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a763755d-52fc-441b-bc35-f1c8b2e19781",
"14ff4776-f952-437d-8b64-52c7dfcfede6"
],
"Companies": [
"176081ee-ff0b-4d62-a723-472aa629ab57",
"7e8081e0-c0b9-4419-a57d-24f80d3a25b9"
],
"Groups": [
"0051b411-8039-46c5-8baa-177925d4d719",
"64f8ffbb-22c8-4b9c-8484-7621169a9bf3"
],
"Opportunities": [
"2f7cc7b3-af86-46f8-b255-03068bfbd06f",
"e8163e37-cdfc-4ee7-a984-77c520a35a7f"
]
}
},
{
"Id": "78fe6600-462b-4a30-924c-7eb3a11cde16",
"ParentId": "830b6d98-ceeb-4236-a587-55746081b7fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a763755d-52fc-441b-bc35-f1c8b2e19781",
"14ff4776-f952-437d-8b64-52c7dfcfede6"
],
"Companies": [
"176081ee-ff0b-4d62-a723-472aa629ab57",
"7e8081e0-c0b9-4419-a57d-24f80d3a25b9"
],
"Groups": [
"0051b411-8039-46c5-8baa-177925d4d719",
"64f8ffbb-22c8-4b9c-8484-7621169a9bf3"
],
"Opportunities": [
"2f7cc7b3-af86-46f8-b255-03068bfbd06f",
"e8163e37-cdfc-4ee7-a984-77c520a35a7f"
]
}
}
]