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": "571afba9-4f10-42f5-ab5c-355a3f08c1e0",
"ParentId": "0546fc32-987d-45e3-83f5-4cea20848539",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"ed3fb805-b2ff-4b45-a79d-9fd2f16baa33",
"98bb6230-a66d-4953-a0e0-37eb77351f2a"
],
"Companies": [
"80f56944-1949-4437-8256-e1ab975d2786",
"b248592f-9d36-4e70-95ce-2f067d5c78fc"
],
"Groups": [
"2cbce284-0eba-4260-ab55-b5ebda89a494",
"7720da6c-a7e2-4885-b94d-8e55e1bd4db3"
],
"Opportunities": [
"d40e0283-0a58-4869-bf4f-1172ebaf0ea9",
"0a2a7b9f-1a64-4c75-a3ec-b51c86a19d7a"
]
}
},
{
"Id": "571afba9-4f10-42f5-ab5c-355a3f08c1e0",
"ParentId": "0546fc32-987d-45e3-83f5-4cea20848539",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"ed3fb805-b2ff-4b45-a79d-9fd2f16baa33",
"98bb6230-a66d-4953-a0e0-37eb77351f2a"
],
"Companies": [
"80f56944-1949-4437-8256-e1ab975d2786",
"b248592f-9d36-4e70-95ce-2f067d5c78fc"
],
"Groups": [
"2cbce284-0eba-4260-ab55-b5ebda89a494",
"7720da6c-a7e2-4885-b94d-8e55e1bd4db3"
],
"Opportunities": [
"d40e0283-0a58-4869-bf4f-1172ebaf0ea9",
"0a2a7b9f-1a64-4c75-a3ec-b51c86a19d7a"
]
}
}
]