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": "5620e92f-c59c-467b-8450-79e4d6fc99b1",
"ParentId": "fbdc96b4-db37-42bf-9b32-d5a896db2c75",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c48bedc7-a1d5-4d8d-874b-aa4cce5b2926",
"67fc940a-3ff2-44d7-aa15-7c02f1eea81a"
],
"Companies": [
"0480eb64-d4a1-4bf6-8ee2-dbeb6dffe3a0",
"4c9dafe5-2535-45e4-9ea9-bd1b4eaa5b62"
],
"Groups": [
"4cb1b94b-2101-4693-8a6e-3d4085356b87",
"839ba783-e12a-48ae-b306-33b900d3718d"
],
"Opportunities": [
"deb928a7-c3d2-4439-9872-992e7cc18eab",
"5d606b1b-3ed7-4b82-a0ab-6d20e5b15d64"
]
}
},
{
"Id": "5620e92f-c59c-467b-8450-79e4d6fc99b1",
"ParentId": "fbdc96b4-db37-42bf-9b32-d5a896db2c75",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c48bedc7-a1d5-4d8d-874b-aa4cce5b2926",
"67fc940a-3ff2-44d7-aa15-7c02f1eea81a"
],
"Companies": [
"0480eb64-d4a1-4bf6-8ee2-dbeb6dffe3a0",
"4c9dafe5-2535-45e4-9ea9-bd1b4eaa5b62"
],
"Groups": [
"4cb1b94b-2101-4693-8a6e-3d4085356b87",
"839ba783-e12a-48ae-b306-33b900d3718d"
],
"Opportunities": [
"deb928a7-c3d2-4439-9872-992e7cc18eab",
"5d606b1b-3ed7-4b82-a0ab-6d20e5b15d64"
]
}
}
]