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": "c7f5d6af-0e0b-40bf-b828-82276053c7f1",
"ParentId": "dd9f8f90-8cad-4293-acbd-3dbb64571d69",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"78a6cfad-9828-45da-bc72-d647bfaa14ad",
"c0ece3c9-46e5-405b-98b7-5cf0dcb5b7d2"
],
"Companies": [
"1e3f9eef-18db-4746-b391-e1e08f286ce9",
"0391535b-d2a5-4d43-b707-c304bab843e8"
],
"Groups": [
"53ccc1fa-641e-467c-ba55-b9390874f62b",
"af87cfab-2555-4a35-902a-136824e6e01c"
],
"Opportunities": [
"a7eca0db-c7a5-4200-b583-6cb3cb421e48",
"95e7bd20-df64-4a06-8fb0-113605f4dbc3"
]
}
},
{
"Id": "c7f5d6af-0e0b-40bf-b828-82276053c7f1",
"ParentId": "dd9f8f90-8cad-4293-acbd-3dbb64571d69",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"78a6cfad-9828-45da-bc72-d647bfaa14ad",
"c0ece3c9-46e5-405b-98b7-5cf0dcb5b7d2"
],
"Companies": [
"1e3f9eef-18db-4746-b391-e1e08f286ce9",
"0391535b-d2a5-4d43-b707-c304bab843e8"
],
"Groups": [
"53ccc1fa-641e-467c-ba55-b9390874f62b",
"af87cfab-2555-4a35-902a-136824e6e01c"
],
"Opportunities": [
"a7eca0db-c7a5-4200-b583-6cb3cb421e48",
"95e7bd20-df64-4a06-8fb0-113605f4dbc3"
]
}
}
]