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": "66cdf7e5-d768-4b38-99fc-9bf78d2b11af",
"ParentId": "8e132cc9-4a1c-48c2-ad15-990893bbe66b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f7e39675-a875-43f0-b133-24cabea00f8d",
"1597d893-eebc-43af-b192-b26f1e693cc6"
],
"Companies": [
"fea8581d-1a70-4f1f-a863-b565ef2a707e",
"4a635a42-f032-4437-ac37-7fa0e9a66f2a"
],
"Groups": [
"b475fcf3-6479-4ff3-b1ab-f5c20574f20c",
"35350180-91d5-4409-a55f-b745a0c6422c"
],
"Opportunities": [
"24b7b5cf-d29d-4a6b-9721-a92cba850823",
"49e76dcf-b8dd-4d4e-a3de-0220eda654a7"
]
}
},
{
"Id": "66cdf7e5-d768-4b38-99fc-9bf78d2b11af",
"ParentId": "8e132cc9-4a1c-48c2-ad15-990893bbe66b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f7e39675-a875-43f0-b133-24cabea00f8d",
"1597d893-eebc-43af-b192-b26f1e693cc6"
],
"Companies": [
"fea8581d-1a70-4f1f-a863-b565ef2a707e",
"4a635a42-f032-4437-ac37-7fa0e9a66f2a"
],
"Groups": [
"b475fcf3-6479-4ff3-b1ab-f5c20574f20c",
"35350180-91d5-4409-a55f-b745a0c6422c"
],
"Opportunities": [
"24b7b5cf-d29d-4a6b-9721-a92cba850823",
"49e76dcf-b8dd-4d4e-a3de-0220eda654a7"
]
}
}
]