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": "b358e0ab-fb9f-4b61-b749-e3dd76403a01",
"ParentId": "eb3d8536-725f-487f-8832-f66dc32b3793",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"43a5fb26-7d90-4442-b57f-409e1f8c56d2",
"5697095f-8224-4462-b880-a130bb1c1fe6"
],
"Companies": [
"06dd2c21-03ab-4f4b-9c00-656f8b1ea715",
"c9937487-8798-491e-9c9a-081f20b0723e"
],
"Groups": [
"def4abb5-72a8-4b7c-9cf2-5e478839d47d",
"a37220ba-ff09-4a93-b3ed-d096922edc3f"
],
"Opportunities": [
"05ef0086-4f28-4925-bdf9-2b85d6a72963",
"803d34f8-b5d0-41e0-899c-00b3ae0d2d8f"
]
}
},
{
"Id": "b358e0ab-fb9f-4b61-b749-e3dd76403a01",
"ParentId": "eb3d8536-725f-487f-8832-f66dc32b3793",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"43a5fb26-7d90-4442-b57f-409e1f8c56d2",
"5697095f-8224-4462-b880-a130bb1c1fe6"
],
"Companies": [
"06dd2c21-03ab-4f4b-9c00-656f8b1ea715",
"c9937487-8798-491e-9c9a-081f20b0723e"
],
"Groups": [
"def4abb5-72a8-4b7c-9cf2-5e478839d47d",
"a37220ba-ff09-4a93-b3ed-d096922edc3f"
],
"Opportunities": [
"05ef0086-4f28-4925-bdf9-2b85d6a72963",
"803d34f8-b5d0-41e0-899c-00b3ae0d2d8f"
]
}
}
]