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": "8c36efba-12ad-4a31-bd41-9c04c0ff1da1",
"ParentId": "b425725e-446a-4a19-ba32-d78a442c11fc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"575283e6-9f7c-4aa8-ad11-bb6d0159c026",
"7b131c47-2bf8-4991-bff8-7512d4ab7c1f"
],
"Companies": [
"b257511e-cba4-4805-9452-9d2b54928564",
"149eda1f-a5d9-49c8-b785-381d0442e679"
],
"Groups": [
"65709783-d197-4d67-9b3c-3f67ac9f052d",
"059c2c28-f3cd-4b00-b34e-b84f959543f8"
],
"Opportunities": [
"702d3d9e-5390-44ac-82b4-d0ce32eab24d",
"8a71a37e-9706-49f6-a28c-d2420bbb0646"
]
}
},
{
"Id": "8c36efba-12ad-4a31-bd41-9c04c0ff1da1",
"ParentId": "b425725e-446a-4a19-ba32-d78a442c11fc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"575283e6-9f7c-4aa8-ad11-bb6d0159c026",
"7b131c47-2bf8-4991-bff8-7512d4ab7c1f"
],
"Companies": [
"b257511e-cba4-4805-9452-9d2b54928564",
"149eda1f-a5d9-49c8-b785-381d0442e679"
],
"Groups": [
"65709783-d197-4d67-9b3c-3f67ac9f052d",
"059c2c28-f3cd-4b00-b34e-b84f959543f8"
],
"Opportunities": [
"702d3d9e-5390-44ac-82b4-d0ce32eab24d",
"8a71a37e-9706-49f6-a28c-d2420bbb0646"
]
}
}
]