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": "4a01ee78-84d4-46b2-bb64-08287504785b",
"ParentId": "419dc306-31a5-4813-b287-de1475a4cb26",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4857f31a-fc76-480d-bbe8-13928c9962c2",
"734bd0b0-178e-4b84-b133-c1698fc4819b"
],
"Companies": [
"1b8977b7-72a2-419d-a114-ec8a67600404",
"60419fbd-38ab-4344-8fbf-e51ba44bcb47"
],
"Groups": [
"80646111-76fc-493e-a7fb-030410e18742",
"71547eb3-1c90-40d2-8bca-070fc269aff4"
],
"Opportunities": [
"11320399-aa5e-4339-8e58-7edb5e1c4ac6",
"4fb02554-3d68-4087-a78e-582d9f2c9e30"
]
}
},
{
"Id": "4a01ee78-84d4-46b2-bb64-08287504785b",
"ParentId": "419dc306-31a5-4813-b287-de1475a4cb26",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4857f31a-fc76-480d-bbe8-13928c9962c2",
"734bd0b0-178e-4b84-b133-c1698fc4819b"
],
"Companies": [
"1b8977b7-72a2-419d-a114-ec8a67600404",
"60419fbd-38ab-4344-8fbf-e51ba44bcb47"
],
"Groups": [
"80646111-76fc-493e-a7fb-030410e18742",
"71547eb3-1c90-40d2-8bca-070fc269aff4"
],
"Opportunities": [
"11320399-aa5e-4339-8e58-7edb5e1c4ac6",
"4fb02554-3d68-4087-a78e-582d9f2c9e30"
]
}
}
]