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": "cbc94f62-f427-4f76-9414-b8bb9093e6fe",
"ParentId": "dc60d426-1a42-4ea8-9425-44b210c40e2d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"79cd994a-8c4e-45fb-adad-be9067b23e60",
"a1872557-d284-4a3a-bab0-2c8c73531f59"
],
"Companies": [
"ce53411e-23f5-4004-9ce4-2199abd9bc6b",
"3b4b20b5-9e2a-4e84-a785-3a26bb618486"
],
"Groups": [
"47c2723a-f312-47be-80f0-e1cbd871926f",
"808ab921-1d5a-4438-a440-5248959487ef"
],
"Opportunities": [
"a178dd20-f01d-4d42-958b-90f26fdf6e88",
"1d112434-535d-4201-8abe-4b2e5924af95"
]
}
},
{
"Id": "cbc94f62-f427-4f76-9414-b8bb9093e6fe",
"ParentId": "dc60d426-1a42-4ea8-9425-44b210c40e2d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"79cd994a-8c4e-45fb-adad-be9067b23e60",
"a1872557-d284-4a3a-bab0-2c8c73531f59"
],
"Companies": [
"ce53411e-23f5-4004-9ce4-2199abd9bc6b",
"3b4b20b5-9e2a-4e84-a785-3a26bb618486"
],
"Groups": [
"47c2723a-f312-47be-80f0-e1cbd871926f",
"808ab921-1d5a-4438-a440-5248959487ef"
],
"Opportunities": [
"a178dd20-f01d-4d42-958b-90f26fdf6e88",
"1d112434-535d-4201-8abe-4b2e5924af95"
]
}
}
]