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": "a0bf362a-bcf4-4188-97d3-c326e6cf0eb3",
"ParentId": "aa594cb4-1350-4f87-8ee5-efcd60f12a8a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"50d37424-a3b1-41d0-869c-2102cbaf55c4",
"e7e05d0d-6e90-44c0-af94-8dbc171e888d"
],
"Companies": [
"c0e10269-41bd-4da0-b422-faae05a7c4f9",
"b662963f-29e1-4df2-bbb7-865691634a94"
],
"Groups": [
"8c951c60-2475-4888-b81f-3272c98b2d6a",
"b235ec1c-2143-4eea-ac57-4cbd1f840f5c"
],
"Opportunities": [
"0593aca0-a526-4834-a98a-15131b864268",
"29c4fc1d-25dd-4de8-82bb-4b617c6c0c78"
]
}
},
{
"Id": "a0bf362a-bcf4-4188-97d3-c326e6cf0eb3",
"ParentId": "aa594cb4-1350-4f87-8ee5-efcd60f12a8a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"50d37424-a3b1-41d0-869c-2102cbaf55c4",
"e7e05d0d-6e90-44c0-af94-8dbc171e888d"
],
"Companies": [
"c0e10269-41bd-4da0-b422-faae05a7c4f9",
"b662963f-29e1-4df2-bbb7-865691634a94"
],
"Groups": [
"8c951c60-2475-4888-b81f-3272c98b2d6a",
"b235ec1c-2143-4eea-ac57-4cbd1f840f5c"
],
"Opportunities": [
"0593aca0-a526-4834-a98a-15131b864268",
"29c4fc1d-25dd-4de8-82bb-4b617c6c0c78"
]
}
}
]