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": "9a4c7803-8140-4504-9734-d6bfef0c1d3d",
"ParentId": "44a3659a-4b7e-4df1-9f13-2b7a9e0560c8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"3dd78a32-75cb-41c8-b749-b716ce474d9c",
"3879d163-e864-4339-aeec-3e11de425651"
],
"Companies": [
"e6285db4-50bd-42d3-8555-ff33d706190b",
"1d767048-fc36-4309-a185-d4bea455c3b6"
],
"Groups": [
"4af80445-b1ba-4bf0-9e9c-f0273e1faef2",
"ffa4acb7-7d05-421d-9ae1-91267a7ea003"
],
"Opportunities": [
"ac12b7c4-1ad7-4010-b3c9-388cecee9a9b",
"a604968b-50af-459c-be2d-5ca43dd264d5"
]
}
},
{
"Id": "9a4c7803-8140-4504-9734-d6bfef0c1d3d",
"ParentId": "44a3659a-4b7e-4df1-9f13-2b7a9e0560c8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"3dd78a32-75cb-41c8-b749-b716ce474d9c",
"3879d163-e864-4339-aeec-3e11de425651"
],
"Companies": [
"e6285db4-50bd-42d3-8555-ff33d706190b",
"1d767048-fc36-4309-a185-d4bea455c3b6"
],
"Groups": [
"4af80445-b1ba-4bf0-9e9c-f0273e1faef2",
"ffa4acb7-7d05-421d-9ae1-91267a7ea003"
],
"Opportunities": [
"ac12b7c4-1ad7-4010-b3c9-388cecee9a9b",
"a604968b-50af-459c-be2d-5ca43dd264d5"
]
}
}
]