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": "1bd069e1-4cab-4a63-8225-11e85f6ac24f",
"ParentId": "34195049-fba5-44d6-a560-f6af8d205947",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"416ccda2-08ac-4668-be97-ec91ef81b25f",
"27e40aa0-d576-4480-b786-8c39b775713b"
],
"Companies": [
"37e92017-93cd-4571-a7bd-e0e5b4ec862c",
"d495fcfb-3c50-4313-ab4e-4cc01a766f96"
],
"Groups": [
"e1938856-ebdd-4986-999e-6a31ae0561be",
"d7bf9032-ac10-4c94-b80f-d76672857609"
],
"Opportunities": [
"fa67e9ad-2900-4011-9db3-e2518bb31995",
"cc86463f-ed6f-48a3-ab32-f31d95194282"
]
}
},
{
"Id": "1bd069e1-4cab-4a63-8225-11e85f6ac24f",
"ParentId": "34195049-fba5-44d6-a560-f6af8d205947",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"416ccda2-08ac-4668-be97-ec91ef81b25f",
"27e40aa0-d576-4480-b786-8c39b775713b"
],
"Companies": [
"37e92017-93cd-4571-a7bd-e0e5b4ec862c",
"d495fcfb-3c50-4313-ab4e-4cc01a766f96"
],
"Groups": [
"e1938856-ebdd-4986-999e-6a31ae0561be",
"d7bf9032-ac10-4c94-b80f-d76672857609"
],
"Opportunities": [
"fa67e9ad-2900-4011-9db3-e2518bb31995",
"cc86463f-ed6f-48a3-ab32-f31d95194282"
]
}
}
]