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": "963d6d0f-6eae-4f4f-826d-0801a140dc98",
"ParentId": "2b2786ee-18b7-42e4-937d-82c2b75bd25d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"179c2d73-554d-4ca1-b812-1a36e1a169e0",
"aa61db70-d1b8-424b-80cf-f564178bc498"
],
"Companies": [
"ea369cbd-5350-48ab-a502-5c7fcd68a1a4",
"2c6975df-1909-4199-b6de-fe6b533e4b23"
],
"Groups": [
"1370eefd-b57b-4cd5-81ae-55837d92f3c2",
"cea1a6fd-96fc-453f-94cb-6587b8dd59cb"
],
"Opportunities": [
"129ac583-06ab-4258-b379-8fd00a304cb9",
"07db5bbb-241c-41f2-af89-2d22bc47b26a"
]
}
},
{
"Id": "963d6d0f-6eae-4f4f-826d-0801a140dc98",
"ParentId": "2b2786ee-18b7-42e4-937d-82c2b75bd25d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"179c2d73-554d-4ca1-b812-1a36e1a169e0",
"aa61db70-d1b8-424b-80cf-f564178bc498"
],
"Companies": [
"ea369cbd-5350-48ab-a502-5c7fcd68a1a4",
"2c6975df-1909-4199-b6de-fe6b533e4b23"
],
"Groups": [
"1370eefd-b57b-4cd5-81ae-55837d92f3c2",
"cea1a6fd-96fc-453f-94cb-6587b8dd59cb"
],
"Opportunities": [
"129ac583-06ab-4258-b379-8fd00a304cb9",
"07db5bbb-241c-41f2-af89-2d22bc47b26a"
]
}
}
]