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": "df0294f2-355f-4b2b-ad0a-4653e742d5ff",
"ParentId": "431c8c32-b970-4305-bb44-33b626aa83e3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a3fcb22a-07bf-45dd-8290-faba60cccd4b",
"589d5d35-8a35-47d6-af2d-66b0a8154a07"
],
"Companies": [
"6eb68ccd-26a4-452d-abfb-463f92b5c3bc",
"f24fe07d-7653-4164-90b5-4f09fe12755c"
],
"Groups": [
"8136d92c-95ee-4671-b4c6-c23075083b8a",
"e984ba9e-1248-43e7-b182-fee66859263e"
],
"Opportunities": [
"ec1a27a0-501b-4043-b9bf-91a01392658e",
"7e64b687-b4f3-4699-85ee-7ae1bd5220e2"
]
}
},
{
"Id": "df0294f2-355f-4b2b-ad0a-4653e742d5ff",
"ParentId": "431c8c32-b970-4305-bb44-33b626aa83e3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a3fcb22a-07bf-45dd-8290-faba60cccd4b",
"589d5d35-8a35-47d6-af2d-66b0a8154a07"
],
"Companies": [
"6eb68ccd-26a4-452d-abfb-463f92b5c3bc",
"f24fe07d-7653-4164-90b5-4f09fe12755c"
],
"Groups": [
"8136d92c-95ee-4671-b4c6-c23075083b8a",
"e984ba9e-1248-43e7-b182-fee66859263e"
],
"Opportunities": [
"ec1a27a0-501b-4043-b9bf-91a01392658e",
"7e64b687-b4f3-4699-85ee-7ae1bd5220e2"
]
}
}
]