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": "cb42a2a3-a6a2-4ea0-b61b-4c7c32da25b4",
"ParentId": "68ec9a39-c7bd-4340-b62c-0b323f08111a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"44f73b21-21a4-40cb-93a9-2a01ad33c0ce",
"5883a5ec-e6d1-4fdd-858f-539275489913"
],
"Companies": [
"9b848713-fc90-4f4d-bbb8-56b1f7c0ab70",
"6780cbff-1b8c-490d-a2f7-c28920a2f415"
],
"Groups": [
"aca29a5c-4041-4bdb-bafe-1abe0d7258e6",
"fdf99d30-c467-431b-b088-a5044cdf7a5b"
],
"Opportunities": [
"d477675b-e7c4-4765-900f-9b84bd49ae31",
"f5670107-845b-489b-85b1-818392df2d71"
]
}
},
{
"Id": "cb42a2a3-a6a2-4ea0-b61b-4c7c32da25b4",
"ParentId": "68ec9a39-c7bd-4340-b62c-0b323f08111a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"44f73b21-21a4-40cb-93a9-2a01ad33c0ce",
"5883a5ec-e6d1-4fdd-858f-539275489913"
],
"Companies": [
"9b848713-fc90-4f4d-bbb8-56b1f7c0ab70",
"6780cbff-1b8c-490d-a2f7-c28920a2f415"
],
"Groups": [
"aca29a5c-4041-4bdb-bafe-1abe0d7258e6",
"fdf99d30-c467-431b-b088-a5044cdf7a5b"
],
"Opportunities": [
"d477675b-e7c4-4765-900f-9b84bd49ae31",
"f5670107-845b-489b-85b1-818392df2d71"
]
}
}
]