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": "663e224a-91bd-4ea3-ae44-bfc74f292fd4",
"ParentId": "3df0f348-529b-42dc-95c7-4c995034dd16",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7d2994aa-6991-4e6b-9061-d4f32b22e7bf",
"c08a9700-520b-446f-bc41-fa5198d5dc44"
],
"Companies": [
"dda7d68b-c56b-4ef3-a9e6-5430fd3c57f5",
"f16ad410-a1e8-486e-8e13-2343eaafe0c5"
],
"Groups": [
"973b346d-0c5d-4172-a778-1e9b0d1c42cb",
"7d00ed3a-dafc-4873-b6b1-095f02baab9e"
],
"Opportunities": [
"6db79ee7-850c-41c9-985d-7cc35de5c581",
"c33d8901-1d8b-4f4e-8204-7481ba495b36"
]
}
},
{
"Id": "663e224a-91bd-4ea3-ae44-bfc74f292fd4",
"ParentId": "3df0f348-529b-42dc-95c7-4c995034dd16",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7d2994aa-6991-4e6b-9061-d4f32b22e7bf",
"c08a9700-520b-446f-bc41-fa5198d5dc44"
],
"Companies": [
"dda7d68b-c56b-4ef3-a9e6-5430fd3c57f5",
"f16ad410-a1e8-486e-8e13-2343eaafe0c5"
],
"Groups": [
"973b346d-0c5d-4172-a778-1e9b0d1c42cb",
"7d00ed3a-dafc-4873-b6b1-095f02baab9e"
],
"Opportunities": [
"6db79ee7-850c-41c9-985d-7cc35de5c581",
"c33d8901-1d8b-4f4e-8204-7481ba495b36"
]
}
}
]