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": "9c5b31a1-0c04-4926-b760-6438dccd8b52",
"ParentId": "6b0dca10-f9b3-49b1-990a-fa5b24970700",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c36599aa-0a2d-46f0-9331-8a2442dcc243",
"9c14b68f-3827-486b-897d-bba02435618b"
],
"Companies": [
"6c31d106-4a63-4821-a880-f833d037d0e1",
"03870d55-f85b-4191-b468-6b5dfe75e7bf"
],
"Groups": [
"3a75e82a-2365-4186-8b77-4f93247716db",
"0fa3a641-3988-4e47-9085-e955f4790f7f"
],
"Opportunities": [
"18b71773-22bc-4c13-bd34-af6dac13a11c",
"3bc9c07b-416e-4c2e-92dd-8533d8587239"
]
}
},
{
"Id": "9c5b31a1-0c04-4926-b760-6438dccd8b52",
"ParentId": "6b0dca10-f9b3-49b1-990a-fa5b24970700",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c36599aa-0a2d-46f0-9331-8a2442dcc243",
"9c14b68f-3827-486b-897d-bba02435618b"
],
"Companies": [
"6c31d106-4a63-4821-a880-f833d037d0e1",
"03870d55-f85b-4191-b468-6b5dfe75e7bf"
],
"Groups": [
"3a75e82a-2365-4186-8b77-4f93247716db",
"0fa3a641-3988-4e47-9085-e955f4790f7f"
],
"Opportunities": [
"18b71773-22bc-4c13-bd34-af6dac13a11c",
"3bc9c07b-416e-4c2e-92dd-8533d8587239"
]
}
}
]