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": "4230e7b4-8325-4b19-8d21-5a905e6209b7",
"ParentId": "5cd60e54-24a1-4664-8169-299e13f516cd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7237a847-e431-4a18-bc3b-fea469b9a210",
"9a7d7559-a21d-4327-8142-3c702618d92b"
],
"Companies": [
"4c919764-4364-4095-912b-28ad8698948f",
"9475ceab-8228-4549-9806-a4892a4adc31"
],
"Groups": [
"4e536e5b-a1d0-4eaa-8432-a8fc5bd8e7f7",
"d13e42a5-e58d-4b24-88a6-35108205e190"
],
"Opportunities": [
"e6fdae28-f47a-4c98-b584-2109b1250a9e",
"89673a47-5be5-4b4d-9c61-ee843fc35f45"
]
}
},
{
"Id": "4230e7b4-8325-4b19-8d21-5a905e6209b7",
"ParentId": "5cd60e54-24a1-4664-8169-299e13f516cd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7237a847-e431-4a18-bc3b-fea469b9a210",
"9a7d7559-a21d-4327-8142-3c702618d92b"
],
"Companies": [
"4c919764-4364-4095-912b-28ad8698948f",
"9475ceab-8228-4549-9806-a4892a4adc31"
],
"Groups": [
"4e536e5b-a1d0-4eaa-8432-a8fc5bd8e7f7",
"d13e42a5-e58d-4b24-88a6-35108205e190"
],
"Opportunities": [
"e6fdae28-f47a-4c98-b584-2109b1250a9e",
"89673a47-5be5-4b4d-9c61-ee843fc35f45"
]
}
}
]