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": "309456dc-dcbc-4c5a-8d31-b2d011179ded",
"ParentId": "4168b4ec-123b-408c-b5a3-e04a0164886f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6e29b0b5-6d80-420a-bf1e-9fd817744a99",
"47e95bc0-d571-46d5-811d-e125293341b0"
],
"Companies": [
"390ddfe0-dcb2-4bfa-93b4-1442615b7fd7",
"f01f0855-645f-4845-8ddc-4dd8cff4bb20"
],
"Groups": [
"ae6e9a10-0e89-4704-a09f-0078461a768e",
"6503b13e-51cb-4abf-ab27-da7af5714a0b"
],
"Opportunities": [
"bc49cbae-43cb-4c6f-a760-730aebe849b0",
"56e1a288-8967-4e92-a539-13cb60c3b84e"
]
}
},
{
"Id": "309456dc-dcbc-4c5a-8d31-b2d011179ded",
"ParentId": "4168b4ec-123b-408c-b5a3-e04a0164886f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6e29b0b5-6d80-420a-bf1e-9fd817744a99",
"47e95bc0-d571-46d5-811d-e125293341b0"
],
"Companies": [
"390ddfe0-dcb2-4bfa-93b4-1442615b7fd7",
"f01f0855-645f-4845-8ddc-4dd8cff4bb20"
],
"Groups": [
"ae6e9a10-0e89-4704-a09f-0078461a768e",
"6503b13e-51cb-4abf-ab27-da7af5714a0b"
],
"Opportunities": [
"bc49cbae-43cb-4c6f-a760-730aebe849b0",
"56e1a288-8967-4e92-a539-13cb60c3b84e"
]
}
}
]