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": "3619e2b6-bb01-4d07-a156-3b959303046c",
"ParentId": "a43c57f5-9834-45cd-8760-21097e98eb46",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"317e592b-c91f-446d-ba28-037a4ef9d14c",
"764d5bae-bae0-47ad-8852-88974739c3b0"
],
"Companies": [
"33d17eef-c50a-47d4-a45f-4fe90ce4602c",
"87834c06-beff-4875-8c87-c35f71f77f15"
],
"Groups": [
"cd8b321b-3e22-438b-b27c-19cb49feb3f3",
"51cca815-8ddf-4bc5-a165-7f8c4dcffb32"
],
"Opportunities": [
"6ec9bf67-a355-4489-9080-3a8eb64394d3",
"ee433533-1990-4f30-947d-ec0f144e5975"
]
}
},
{
"Id": "3619e2b6-bb01-4d07-a156-3b959303046c",
"ParentId": "a43c57f5-9834-45cd-8760-21097e98eb46",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"317e592b-c91f-446d-ba28-037a4ef9d14c",
"764d5bae-bae0-47ad-8852-88974739c3b0"
],
"Companies": [
"33d17eef-c50a-47d4-a45f-4fe90ce4602c",
"87834c06-beff-4875-8c87-c35f71f77f15"
],
"Groups": [
"cd8b321b-3e22-438b-b27c-19cb49feb3f3",
"51cca815-8ddf-4bc5-a165-7f8c4dcffb32"
],
"Opportunities": [
"6ec9bf67-a355-4489-9080-3a8eb64394d3",
"ee433533-1990-4f30-947d-ec0f144e5975"
]
}
}
]