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": "88d6c5b4-3379-45c1-b314-90286d004193",
"ParentId": "fdd4fdf8-510a-4e41-97c1-e7456f7897ac",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"d5da7e7e-558b-4d03-8b03-c837d1de53fa",
"0f91f7bb-78d8-422e-ac58-0baca1963916"
],
"Companies": [
"f5ba68db-7eb5-426b-804c-a6ccbc5d4cee",
"d110e5de-b589-4bd3-ae73-a269dba6a8d9"
],
"Groups": [
"b268dfcd-c74d-427c-ab91-f8256c1ce037",
"643f3f77-cfc2-42f3-8939-fa22a2097581"
],
"Opportunities": [
"6820fefe-3ad0-4d1d-b8cd-850e92b46d39",
"83e86d99-f09e-4c01-a052-6e455812537d"
]
}
},
{
"Id": "88d6c5b4-3379-45c1-b314-90286d004193",
"ParentId": "fdd4fdf8-510a-4e41-97c1-e7456f7897ac",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"d5da7e7e-558b-4d03-8b03-c837d1de53fa",
"0f91f7bb-78d8-422e-ac58-0baca1963916"
],
"Companies": [
"f5ba68db-7eb5-426b-804c-a6ccbc5d4cee",
"d110e5de-b589-4bd3-ae73-a269dba6a8d9"
],
"Groups": [
"b268dfcd-c74d-427c-ab91-f8256c1ce037",
"643f3f77-cfc2-42f3-8939-fa22a2097581"
],
"Opportunities": [
"6820fefe-3ad0-4d1d-b8cd-850e92b46d39",
"83e86d99-f09e-4c01-a052-6e455812537d"
]
}
}
]