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": "7ce944ba-a8f2-43d3-b426-1f3ab3c85799",
"ParentId": "587b14e6-5820-4ab9-b98e-cd5f6bd798e9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"3cc33e8d-1805-4b0c-8272-cc0b43f32b79",
"def44891-dad5-4f76-8b07-c6cb1145a667"
],
"Companies": [
"bf7e01b3-cdb2-4000-aa37-55d2d8580565",
"fa3132ad-1feb-434e-8791-c23a5164feec"
],
"Groups": [
"1b78d190-8e25-436c-8510-02d7cf21e407",
"6fd5a186-c251-4c29-a499-13b415179db9"
],
"Opportunities": [
"f5591f2b-104b-47a8-a36c-16f96af160c0",
"a4c9e1c0-aa3c-4aca-b535-c989531f62f2"
]
}
},
{
"Id": "7ce944ba-a8f2-43d3-b426-1f3ab3c85799",
"ParentId": "587b14e6-5820-4ab9-b98e-cd5f6bd798e9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"3cc33e8d-1805-4b0c-8272-cc0b43f32b79",
"def44891-dad5-4f76-8b07-c6cb1145a667"
],
"Companies": [
"bf7e01b3-cdb2-4000-aa37-55d2d8580565",
"fa3132ad-1feb-434e-8791-c23a5164feec"
],
"Groups": [
"1b78d190-8e25-436c-8510-02d7cf21e407",
"6fd5a186-c251-4c29-a499-13b415179db9"
],
"Opportunities": [
"f5591f2b-104b-47a8-a36c-16f96af160c0",
"a4c9e1c0-aa3c-4aca-b535-c989531f62f2"
]
}
}
]