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": "a4bf7e69-91dd-4b9a-a1a3-5d3c9cc638c9",
"ParentId": "516f108e-9af1-47c1-8812-7e6588cf3aea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"be867c26-e819-4d54-abd3-f5f40279d716",
"651798f4-7efa-411b-9cd1-5c04b5af3332"
],
"Companies": [
"0fc91a6d-5bbd-4a0a-9b10-53372423b006",
"d7be5e17-641a-47b4-a4a1-0d024566a8ac"
],
"Groups": [
"14d776fe-4265-432e-a8ad-6746b758e31c",
"3900fceb-3b4c-4b06-a8b5-e37677fe9d2a"
],
"Opportunities": [
"b05ff3ff-b660-4070-a056-c569c7b23330",
"3d5ef362-bd73-4022-9395-4e0884846b54"
]
}
},
{
"Id": "a4bf7e69-91dd-4b9a-a1a3-5d3c9cc638c9",
"ParentId": "516f108e-9af1-47c1-8812-7e6588cf3aea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"be867c26-e819-4d54-abd3-f5f40279d716",
"651798f4-7efa-411b-9cd1-5c04b5af3332"
],
"Companies": [
"0fc91a6d-5bbd-4a0a-9b10-53372423b006",
"d7be5e17-641a-47b4-a4a1-0d024566a8ac"
],
"Groups": [
"14d776fe-4265-432e-a8ad-6746b758e31c",
"3900fceb-3b4c-4b06-a8b5-e37677fe9d2a"
],
"Opportunities": [
"b05ff3ff-b660-4070-a056-c569c7b23330",
"3d5ef362-bd73-4022-9395-4e0884846b54"
]
}
}
]