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": "41534ad9-04e2-479a-b910-6cab0cbe9939",
"ParentId": "0986e548-db61-4050-ae15-e4470d8942fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"afe85cba-4745-42dc-b4a3-71555b95b15a",
"fb04dcf5-9bd8-4259-9360-76091f4cc2a9"
],
"Companies": [
"3c6626be-4ada-4b22-b9f9-cbb382021bfe",
"34cbc47f-8ee4-463e-8db7-d70ff0e17600"
],
"Groups": [
"de3cb584-d0e0-4837-b830-e652cc41c7fe",
"3d3f59fe-4323-4b8b-b7aa-c0c1550df825"
],
"Opportunities": [
"b48aa5aa-d40c-4ce4-bcca-20924befcf82",
"12674dfc-f598-4547-b118-d1edb7a46047"
]
}
},
{
"Id": "41534ad9-04e2-479a-b910-6cab0cbe9939",
"ParentId": "0986e548-db61-4050-ae15-e4470d8942fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"afe85cba-4745-42dc-b4a3-71555b95b15a",
"fb04dcf5-9bd8-4259-9360-76091f4cc2a9"
],
"Companies": [
"3c6626be-4ada-4b22-b9f9-cbb382021bfe",
"34cbc47f-8ee4-463e-8db7-d70ff0e17600"
],
"Groups": [
"de3cb584-d0e0-4837-b830-e652cc41c7fe",
"3d3f59fe-4323-4b8b-b7aa-c0c1550df825"
],
"Opportunities": [
"b48aa5aa-d40c-4ce4-bcca-20924befcf82",
"12674dfc-f598-4547-b118-d1edb7a46047"
]
}
}
]