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": "de7ec2c9-6705-435d-b35d-666c89a890b2",
"ParentId": "a1b904d0-ffe1-42f9-8e48-aeafc76b0b3b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2c76afbf-8609-4602-a95e-eb70b222550f",
"a18b29e4-447d-49e3-93cd-e772d7814e13"
],
"Companies": [
"c2215fb5-4a01-4da0-a632-6a213f7898cf",
"6dd7f10a-ade1-4804-929d-3ec10ec6c7b9"
],
"Groups": [
"2ae704d6-bf94-497c-bfc5-0f350055f256",
"610367a5-09e0-447f-a135-143f31c361cd"
],
"Opportunities": [
"e280cbb5-61ee-4568-a29b-98fdf6c8c5ae",
"0a5294ab-3864-41be-8ae4-637fe4f9399c"
]
}
},
{
"Id": "de7ec2c9-6705-435d-b35d-666c89a890b2",
"ParentId": "a1b904d0-ffe1-42f9-8e48-aeafc76b0b3b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2c76afbf-8609-4602-a95e-eb70b222550f",
"a18b29e4-447d-49e3-93cd-e772d7814e13"
],
"Companies": [
"c2215fb5-4a01-4da0-a632-6a213f7898cf",
"6dd7f10a-ade1-4804-929d-3ec10ec6c7b9"
],
"Groups": [
"2ae704d6-bf94-497c-bfc5-0f350055f256",
"610367a5-09e0-447f-a135-143f31c361cd"
],
"Opportunities": [
"e280cbb5-61ee-4568-a29b-98fdf6c8c5ae",
"0a5294ab-3864-41be-8ae4-637fe4f9399c"
]
}
}
]