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": "742a97b1-8735-45d8-bb41-3596f55d394f",
"ParentId": "f8cc3048-f7b8-4507-a8c6-8c42601d3ba1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"54d0494f-d986-485b-b344-69008d388466",
"dcc1946b-67aa-41f3-b497-d69198fb7773"
],
"Companies": [
"4a0fde2d-4d95-4a5a-bd66-677addb7ec0c",
"c05aae71-3109-4bd7-8fb8-c9a8db8a627c"
],
"Groups": [
"8380c699-6c86-4b10-996b-9dfb0f712e7d",
"db08f3bd-ae14-4644-850e-0666bc378b58"
],
"Opportunities": [
"0f1f0297-d87b-4548-86a8-191a281aea38",
"ca27d4ad-55c6-45b6-8f87-d96c32e83c62"
]
}
},
{
"Id": "742a97b1-8735-45d8-bb41-3596f55d394f",
"ParentId": "f8cc3048-f7b8-4507-a8c6-8c42601d3ba1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"54d0494f-d986-485b-b344-69008d388466",
"dcc1946b-67aa-41f3-b497-d69198fb7773"
],
"Companies": [
"4a0fde2d-4d95-4a5a-bd66-677addb7ec0c",
"c05aae71-3109-4bd7-8fb8-c9a8db8a627c"
],
"Groups": [
"8380c699-6c86-4b10-996b-9dfb0f712e7d",
"db08f3bd-ae14-4644-850e-0666bc378b58"
],
"Opportunities": [
"0f1f0297-d87b-4548-86a8-191a281aea38",
"ca27d4ad-55c6-45b6-8f87-d96c32e83c62"
]
}
}
]