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": "82c5fb8c-f17c-47d5-897e-5c76695fad10",
"ParentId": "dce93c2b-a2b2-4f09-a73f-724c86bc0a7d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5717edcb-5cb5-4a3c-aae5-e635e50b8285",
"7e23c562-7c06-4ad5-a118-382c56015cc7"
],
"Companies": [
"356ff8e4-1c97-4a87-a63e-e53e831ef90e",
"8973f286-90e7-4229-9ccf-4baf7904c6cf"
],
"Groups": [
"682b6bf9-e118-49b3-9373-c076df9e6639",
"4c1adb09-3870-424d-b47b-24fa65502ac4"
],
"Opportunities": [
"88238bda-9ecc-4907-acb3-a20f9a52bb50",
"eaf196d9-1ffd-483c-a707-90892e735c5a"
]
}
},
{
"Id": "82c5fb8c-f17c-47d5-897e-5c76695fad10",
"ParentId": "dce93c2b-a2b2-4f09-a73f-724c86bc0a7d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5717edcb-5cb5-4a3c-aae5-e635e50b8285",
"7e23c562-7c06-4ad5-a118-382c56015cc7"
],
"Companies": [
"356ff8e4-1c97-4a87-a63e-e53e831ef90e",
"8973f286-90e7-4229-9ccf-4baf7904c6cf"
],
"Groups": [
"682b6bf9-e118-49b3-9373-c076df9e6639",
"4c1adb09-3870-424d-b47b-24fa65502ac4"
],
"Opportunities": [
"88238bda-9ecc-4907-acb3-a20f9a52bb50",
"eaf196d9-1ffd-483c-a707-90892e735c5a"
]
}
}
]