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": "f97794d3-8af6-47c1-b470-75b2ea4c344b",
"ParentId": "4438eea9-fc00-40cb-8342-3e7df4234fcf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"65874814-2a68-4dcf-acea-7439c894e984",
"853ed9b0-6854-448f-9374-b5fba60fb188"
],
"Companies": [
"6bcd0a7e-3611-4e7f-b0b8-c0ed054feb77",
"ad22ce43-f289-419e-86b5-797cae9df941"
],
"Groups": [
"1a4572bb-ed07-49e9-bf09-8219cef09cfb",
"b5e5c2df-a300-4ce2-9019-406aa8016d22"
],
"Opportunities": [
"da46f96c-e9dc-4fbc-b794-41aa837ccad9",
"a1b2cb0b-a769-4d05-91e1-f7d12b87a139"
]
}
},
{
"Id": "f97794d3-8af6-47c1-b470-75b2ea4c344b",
"ParentId": "4438eea9-fc00-40cb-8342-3e7df4234fcf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"65874814-2a68-4dcf-acea-7439c894e984",
"853ed9b0-6854-448f-9374-b5fba60fb188"
],
"Companies": [
"6bcd0a7e-3611-4e7f-b0b8-c0ed054feb77",
"ad22ce43-f289-419e-86b5-797cae9df941"
],
"Groups": [
"1a4572bb-ed07-49e9-bf09-8219cef09cfb",
"b5e5c2df-a300-4ce2-9019-406aa8016d22"
],
"Opportunities": [
"da46f96c-e9dc-4fbc-b794-41aa837ccad9",
"a1b2cb0b-a769-4d05-91e1-f7d12b87a139"
]
}
}
]