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": "b90a378c-5696-41ac-b996-46769f99cb3e",
"ParentId": "67de3c56-1857-428b-ab1d-1f5fd4c43e31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"81ddcbfc-c508-45ee-94b2-4d1f38a4bca3",
"a522fc44-9e97-4394-9cd8-dc1391afd519"
],
"Companies": [
"26db606d-7ce4-4586-adb8-f2a2642767cb",
"80529cac-4458-4e57-8b2c-410603e8056c"
],
"Groups": [
"097351a2-fbfa-423f-ba8b-62ea12279fd9",
"736a88d2-566d-4b6e-ac81-d729083a5fb8"
],
"Opportunities": [
"07ef5bc2-6463-4a87-a766-c708bacd9b8f",
"ad819be0-14ee-4303-a33e-ab3b5ce33c98"
]
}
},
{
"Id": "b90a378c-5696-41ac-b996-46769f99cb3e",
"ParentId": "67de3c56-1857-428b-ab1d-1f5fd4c43e31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"81ddcbfc-c508-45ee-94b2-4d1f38a4bca3",
"a522fc44-9e97-4394-9cd8-dc1391afd519"
],
"Companies": [
"26db606d-7ce4-4586-adb8-f2a2642767cb",
"80529cac-4458-4e57-8b2c-410603e8056c"
],
"Groups": [
"097351a2-fbfa-423f-ba8b-62ea12279fd9",
"736a88d2-566d-4b6e-ac81-d729083a5fb8"
],
"Opportunities": [
"07ef5bc2-6463-4a87-a766-c708bacd9b8f",
"ad819be0-14ee-4303-a33e-ab3b5ce33c98"
]
}
}
]