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": "e02cd9d8-f6a0-4268-92fc-c5c39689641c",
"ParentId": "16ae5fa3-abff-44fc-b2df-8d45d5e65230",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5bec4667-861c-46b5-81f3-e9350e10301c",
"7bcaf222-b5cb-4458-b56c-49a394e649aa"
],
"Companies": [
"d394eea5-4373-4112-8673-7a00df13378c",
"56ebfafb-441d-46bd-acd9-14461f3326f1"
],
"Groups": [
"3dc7db41-ce8f-4ac8-84dc-98a5f14cd0eb",
"2f2e2504-d0c6-4a35-b5ff-68557559e50a"
],
"Opportunities": [
"9a7e9a4a-1975-40b0-9233-2504c66bb3d4",
"1b0fdd3c-f764-48ec-b35f-cda0c5e7390c"
]
}
},
{
"Id": "e02cd9d8-f6a0-4268-92fc-c5c39689641c",
"ParentId": "16ae5fa3-abff-44fc-b2df-8d45d5e65230",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5bec4667-861c-46b5-81f3-e9350e10301c",
"7bcaf222-b5cb-4458-b56c-49a394e649aa"
],
"Companies": [
"d394eea5-4373-4112-8673-7a00df13378c",
"56ebfafb-441d-46bd-acd9-14461f3326f1"
],
"Groups": [
"3dc7db41-ce8f-4ac8-84dc-98a5f14cd0eb",
"2f2e2504-d0c6-4a35-b5ff-68557559e50a"
],
"Opportunities": [
"9a7e9a4a-1975-40b0-9233-2504c66bb3d4",
"1b0fdd3c-f764-48ec-b35f-cda0c5e7390c"
]
}
}
]