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": "a3161c79-dfb0-4d48-babf-81ba47751604",
"ParentId": "333d39a0-980a-4fc5-8833-20d7b1b203b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c7203d71-e1fe-4a2a-a389-f131117e4aaa",
"d8ce1797-45b0-4c9b-aaf5-d67b5e05477c"
],
"Companies": [
"f97d61dc-4c21-48b2-9833-e45745fa4293",
"c43c34cc-8dad-4b03-b439-1658cee91c4b"
],
"Groups": [
"a500780a-4fde-4085-a07d-ae35a4b3e2e7",
"db028871-d4eb-4887-9137-1cbbf97697fd"
],
"Opportunities": [
"e2028bb7-0648-45f4-bd82-200ff823db72",
"2173dddf-869b-43cd-bb30-aafec6f2ad52"
]
}
},
{
"Id": "a3161c79-dfb0-4d48-babf-81ba47751604",
"ParentId": "333d39a0-980a-4fc5-8833-20d7b1b203b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c7203d71-e1fe-4a2a-a389-f131117e4aaa",
"d8ce1797-45b0-4c9b-aaf5-d67b5e05477c"
],
"Companies": [
"f97d61dc-4c21-48b2-9833-e45745fa4293",
"c43c34cc-8dad-4b03-b439-1658cee91c4b"
],
"Groups": [
"a500780a-4fde-4085-a07d-ae35a4b3e2e7",
"db028871-d4eb-4887-9137-1cbbf97697fd"
],
"Opportunities": [
"e2028bb7-0648-45f4-bd82-200ff823db72",
"2173dddf-869b-43cd-bb30-aafec6f2ad52"
]
}
}
]