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": "1af18a4e-877b-4e8b-8b8d-c3ccaddb45a5",
"ParentId": "e3f153b6-d360-4d2e-b73a-9f55237e45d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a93a31f5-8976-4f1c-8012-f8fa854e1e2b",
"c4ee581b-f303-4a2d-b7a2-f77d49b8f49d"
],
"Companies": [
"746622a2-e511-4f84-b58c-c4808d9cf356",
"4b6c99e6-39c6-4711-b60a-95920cf9aeda"
],
"Groups": [
"e37da7ec-9ce0-493b-a1e7-a80cb561da23",
"99087f40-5084-444d-bc0f-225bc0263cae"
],
"Opportunities": [
"43072d89-4cc5-42b4-808b-2ca853133a56",
"7669084d-f908-4945-89da-9230201aca99"
]
}
},
{
"Id": "1af18a4e-877b-4e8b-8b8d-c3ccaddb45a5",
"ParentId": "e3f153b6-d360-4d2e-b73a-9f55237e45d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a93a31f5-8976-4f1c-8012-f8fa854e1e2b",
"c4ee581b-f303-4a2d-b7a2-f77d49b8f49d"
],
"Companies": [
"746622a2-e511-4f84-b58c-c4808d9cf356",
"4b6c99e6-39c6-4711-b60a-95920cf9aeda"
],
"Groups": [
"e37da7ec-9ce0-493b-a1e7-a80cb561da23",
"99087f40-5084-444d-bc0f-225bc0263cae"
],
"Opportunities": [
"43072d89-4cc5-42b4-808b-2ca853133a56",
"7669084d-f908-4945-89da-9230201aca99"
]
}
}
]