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": "fa56984e-c7f5-4763-b3e0-0dfc4325bcd5",
"ParentId": "bb2b83e0-0247-4486-b82d-9e2e7ec28f84",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"deee03a2-8d0b-4ab7-94d8-418ed478fe60",
"a83bf890-1785-46b4-9350-6cccd31219eb"
],
"Companies": [
"03fb4a48-743c-472d-a00a-08571a2ee0df",
"68c504c3-98e7-4af5-9f52-f4ee31177e55"
],
"Groups": [
"acf2a4d8-dc09-4ced-8434-c5533706b766",
"31151122-9e21-43b3-a59e-343647a11bda"
],
"Opportunities": [
"4902a959-5f68-4e46-849e-2e1fc41c06cc",
"45906016-5d73-4278-99a3-ce76c4e9f4b6"
]
}
},
{
"Id": "fa56984e-c7f5-4763-b3e0-0dfc4325bcd5",
"ParentId": "bb2b83e0-0247-4486-b82d-9e2e7ec28f84",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"deee03a2-8d0b-4ab7-94d8-418ed478fe60",
"a83bf890-1785-46b4-9350-6cccd31219eb"
],
"Companies": [
"03fb4a48-743c-472d-a00a-08571a2ee0df",
"68c504c3-98e7-4af5-9f52-f4ee31177e55"
],
"Groups": [
"acf2a4d8-dc09-4ced-8434-c5533706b766",
"31151122-9e21-43b3-a59e-343647a11bda"
],
"Opportunities": [
"4902a959-5f68-4e46-849e-2e1fc41c06cc",
"45906016-5d73-4278-99a3-ce76c4e9f4b6"
]
}
}
]