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": "7754ae22-33cb-4428-a277-1973932715fb",
"ParentId": "e7fbf116-56df-4c79-8a6c-6c1bd623e6a3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"3c53ab59-bf2b-4fb7-9bcf-2d8138337311",
"a5b9b0d1-0979-4651-beaf-b9119e267b59"
],
"Companies": [
"fe34b919-d458-4564-b2a7-0a17d0af65da",
"d39507c2-5534-44f0-bcfc-6da304446d2a"
],
"Groups": [
"eea375ab-86c2-467f-9953-62123785de3d",
"e8356d36-f579-4c56-a1fa-852b3d76d040"
],
"Opportunities": [
"fb1e4a7e-6a24-44f9-99d9-88867d706b76",
"dde1e53a-d42c-41b2-8634-ab175e2a3e2d"
]
}
},
{
"Id": "7754ae22-33cb-4428-a277-1973932715fb",
"ParentId": "e7fbf116-56df-4c79-8a6c-6c1bd623e6a3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"3c53ab59-bf2b-4fb7-9bcf-2d8138337311",
"a5b9b0d1-0979-4651-beaf-b9119e267b59"
],
"Companies": [
"fe34b919-d458-4564-b2a7-0a17d0af65da",
"d39507c2-5534-44f0-bcfc-6da304446d2a"
],
"Groups": [
"eea375ab-86c2-467f-9953-62123785de3d",
"e8356d36-f579-4c56-a1fa-852b3d76d040"
],
"Opportunities": [
"fb1e4a7e-6a24-44f9-99d9-88867d706b76",
"dde1e53a-d42c-41b2-8634-ab175e2a3e2d"
]
}
}
]