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": "2e8d8ebf-0fac-41e0-be2b-b5fc71414115",
"ParentId": "ba67748e-f252-4c09-b70c-1a1dc8388538",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8e14190d-fdd3-4933-996a-18fd1d404e35",
"a747781b-5bd7-4882-9ddb-b4174f8f1022"
],
"Companies": [
"ec490ccc-5613-4e5d-a6de-e583f2be829e",
"2ba9f2d0-c4fd-44f3-871a-2adb5856ed19"
],
"Groups": [
"6080c720-4a3b-48ab-8447-40cc8c0334d4",
"e448948f-408f-4a80-b5ac-4d04a6d5c169"
],
"Opportunities": [
"791001b5-af7a-490a-86c9-3110ac529459",
"972e10f7-ce09-4c21-b958-bd40b8fcc3d3"
]
}
},
{
"Id": "2e8d8ebf-0fac-41e0-be2b-b5fc71414115",
"ParentId": "ba67748e-f252-4c09-b70c-1a1dc8388538",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8e14190d-fdd3-4933-996a-18fd1d404e35",
"a747781b-5bd7-4882-9ddb-b4174f8f1022"
],
"Companies": [
"ec490ccc-5613-4e5d-a6de-e583f2be829e",
"2ba9f2d0-c4fd-44f3-871a-2adb5856ed19"
],
"Groups": [
"6080c720-4a3b-48ab-8447-40cc8c0334d4",
"e448948f-408f-4a80-b5ac-4d04a6d5c169"
],
"Opportunities": [
"791001b5-af7a-490a-86c9-3110ac529459",
"972e10f7-ce09-4c21-b958-bd40b8fcc3d3"
]
}
}
]