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": "a1aff166-d0c9-451b-94a4-11a4164d4374",
"ParentId": "f9b4e723-9dc8-4af1-b821-45c88f13364b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7563e577-1ad5-46c6-9b35-b4b69b350f3a",
"dc079b67-1b8f-4532-b8b5-e2c2eb19c5ee"
],
"Companies": [
"a5a6abbd-6d0e-4447-856c-ea051accc94e",
"ede59ca0-ece4-4639-bad3-aa0161cb38ce"
],
"Groups": [
"e00d15cc-eb9b-4a68-a62c-263794e30b9b",
"07491269-c0d6-4908-88fa-a82259086f50"
],
"Opportunities": [
"ee5e52ab-6137-49d1-bab1-f7e3e47e251a",
"0df4ace2-e48b-4218-aeaf-d78df509674b"
]
}
},
{
"Id": "a1aff166-d0c9-451b-94a4-11a4164d4374",
"ParentId": "f9b4e723-9dc8-4af1-b821-45c88f13364b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7563e577-1ad5-46c6-9b35-b4b69b350f3a",
"dc079b67-1b8f-4532-b8b5-e2c2eb19c5ee"
],
"Companies": [
"a5a6abbd-6d0e-4447-856c-ea051accc94e",
"ede59ca0-ece4-4639-bad3-aa0161cb38ce"
],
"Groups": [
"e00d15cc-eb9b-4a68-a62c-263794e30b9b",
"07491269-c0d6-4908-88fa-a82259086f50"
],
"Opportunities": [
"ee5e52ab-6137-49d1-bab1-f7e3e47e251a",
"0df4ace2-e48b-4218-aeaf-d78df509674b"
]
}
}
]