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": "34e6b57f-d4bf-4bfa-a327-64695b9fa2d8",
"ParentId": "557e9fd4-10e0-400f-8f6c-a22cdab574f6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7cffbfa4-93c0-4845-ad84-7d2355427f43",
"108b91c1-cec9-4782-945f-4a378b2a1f0f"
],
"Companies": [
"723cff62-8248-497b-a3b5-a9d298472481",
"5b36eede-dab4-4c14-850d-f8d49c9c8c64"
],
"Groups": [
"f8100773-5f4a-4eee-a22a-e547c0f0f644",
"b016a2a4-5036-44e2-a58d-14ee392f6640"
],
"Opportunities": [
"68eb04f6-8d65-4134-81be-4f441823b1ef",
"47d6883e-fa87-4860-b0b4-f44bae9f4add"
]
}
},
{
"Id": "34e6b57f-d4bf-4bfa-a327-64695b9fa2d8",
"ParentId": "557e9fd4-10e0-400f-8f6c-a22cdab574f6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7cffbfa4-93c0-4845-ad84-7d2355427f43",
"108b91c1-cec9-4782-945f-4a378b2a1f0f"
],
"Companies": [
"723cff62-8248-497b-a3b5-a9d298472481",
"5b36eede-dab4-4c14-850d-f8d49c9c8c64"
],
"Groups": [
"f8100773-5f4a-4eee-a22a-e547c0f0f644",
"b016a2a4-5036-44e2-a58d-14ee392f6640"
],
"Opportunities": [
"68eb04f6-8d65-4134-81be-4f441823b1ef",
"47d6883e-fa87-4860-b0b4-f44bae9f4add"
]
}
}
]