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": "fdad2889-caac-4236-a13f-58cdb310a8e9",
"ParentId": "adb69164-806c-4ec0-ae41-e9be93de4cf4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4ff5934a-df65-4211-8e3a-115cf9ab1781",
"856404d8-1423-42ff-a295-55050f3f1ac8"
],
"Companies": [
"0d368a4f-fe4e-4839-9fbd-cfeb9cdb2e77",
"ff099888-6c2d-49ad-afeb-887d32bef934"
],
"Groups": [
"9a965d89-31ff-41c4-9bb6-8b9aae17ac41",
"c7cd31bb-9207-4894-b876-542fbf7e1a49"
],
"Opportunities": [
"1a61176c-d6d9-48cf-9fa4-45f0d4faea08",
"3f2f736d-df64-4dea-ba62-75f6d84c655a"
]
}
},
{
"Id": "fdad2889-caac-4236-a13f-58cdb310a8e9",
"ParentId": "adb69164-806c-4ec0-ae41-e9be93de4cf4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4ff5934a-df65-4211-8e3a-115cf9ab1781",
"856404d8-1423-42ff-a295-55050f3f1ac8"
],
"Companies": [
"0d368a4f-fe4e-4839-9fbd-cfeb9cdb2e77",
"ff099888-6c2d-49ad-afeb-887d32bef934"
],
"Groups": [
"9a965d89-31ff-41c4-9bb6-8b9aae17ac41",
"c7cd31bb-9207-4894-b876-542fbf7e1a49"
],
"Opportunities": [
"1a61176c-d6d9-48cf-9fa4-45f0d4faea08",
"3f2f736d-df64-4dea-ba62-75f6d84c655a"
]
}
}
]