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": "3263bfd9-d424-485d-a0a3-b8d9cd1d6bdd",
"ParentId": "b6988056-ad0e-4613-ade8-1efd4aa6e93e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"98782d9b-2414-4180-8b2d-29aea9a22752",
"f92ccf56-b150-4356-8004-a3748a3ce4cb"
],
"Companies": [
"8e499c2b-d2c4-461f-9fc7-b171b0e51513",
"ede6f54b-0031-42be-908f-eb547663420d"
],
"Groups": [
"c96c0381-95da-42de-80bf-7b9f477850d6",
"5dc56a4a-1c2f-42bb-9f19-f2116bb60332"
],
"Opportunities": [
"a660a008-2fa4-4857-8b5c-503f9e49385b",
"b9d54b2e-7af2-4a5d-bfd9-522aaa6dd7e7"
]
}
},
{
"Id": "3263bfd9-d424-485d-a0a3-b8d9cd1d6bdd",
"ParentId": "b6988056-ad0e-4613-ade8-1efd4aa6e93e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"98782d9b-2414-4180-8b2d-29aea9a22752",
"f92ccf56-b150-4356-8004-a3748a3ce4cb"
],
"Companies": [
"8e499c2b-d2c4-461f-9fc7-b171b0e51513",
"ede6f54b-0031-42be-908f-eb547663420d"
],
"Groups": [
"c96c0381-95da-42de-80bf-7b9f477850d6",
"5dc56a4a-1c2f-42bb-9f19-f2116bb60332"
],
"Opportunities": [
"a660a008-2fa4-4857-8b5c-503f9e49385b",
"b9d54b2e-7af2-4a5d-bfd9-522aaa6dd7e7"
]
}
}
]