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": "db80492c-6d86-46d0-84d1-2b09c234e264",
"ParentId": "8418c116-b445-4510-a519-c61458b2715b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f6797745-7806-4dfb-894c-3c0640a1c60c",
"abf05962-0291-42af-b121-4a8d90cb7340"
],
"Companies": [
"d1c756a4-c673-4b12-b8db-761f7822fd38",
"03583345-6dda-40f8-b18f-7067f4cd59f1"
],
"Groups": [
"95f18978-5f67-4a8a-adf4-b05586ad4719",
"ec455b2b-f1ce-4dae-9057-c71cec09c674"
],
"Opportunities": [
"05ec22d3-c176-4c99-baf3-b161208c04ce",
"765bfabd-0eea-4c97-8c2f-8cc161bf56c8"
]
}
},
{
"Id": "db80492c-6d86-46d0-84d1-2b09c234e264",
"ParentId": "8418c116-b445-4510-a519-c61458b2715b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f6797745-7806-4dfb-894c-3c0640a1c60c",
"abf05962-0291-42af-b121-4a8d90cb7340"
],
"Companies": [
"d1c756a4-c673-4b12-b8db-761f7822fd38",
"03583345-6dda-40f8-b18f-7067f4cd59f1"
],
"Groups": [
"95f18978-5f67-4a8a-adf4-b05586ad4719",
"ec455b2b-f1ce-4dae-9057-c71cec09c674"
],
"Opportunities": [
"05ec22d3-c176-4c99-baf3-b161208c04ce",
"765bfabd-0eea-4c97-8c2f-8cc161bf56c8"
]
}
}
]