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": "cfdf8e45-8032-4a27-8bc5-47dbcd492175",
"ParentId": "a296e009-075d-4d04-9eda-4bf9d8381459",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b3c61033-d063-4f7b-82f3-6cb4f8cc92cb",
"24e03009-3710-4811-abb3-8fa7c95906d9"
],
"Companies": [
"9ea6cb5b-63fc-4de1-b5e3-cf6a8b3e8545",
"00dd849b-56bf-40aa-9e39-dce5ae2dff4e"
],
"Groups": [
"892a9edf-2b93-4249-b420-a6819234758f",
"d7d57b63-285b-40ae-9723-213f6ab30e8a"
],
"Opportunities": [
"ac19db85-b53f-4b1e-b864-f9e8c1524e4d",
"1076e832-bf52-4b56-ac72-8c25b1dd216c"
]
}
},
{
"Id": "cfdf8e45-8032-4a27-8bc5-47dbcd492175",
"ParentId": "a296e009-075d-4d04-9eda-4bf9d8381459",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b3c61033-d063-4f7b-82f3-6cb4f8cc92cb",
"24e03009-3710-4811-abb3-8fa7c95906d9"
],
"Companies": [
"9ea6cb5b-63fc-4de1-b5e3-cf6a8b3e8545",
"00dd849b-56bf-40aa-9e39-dce5ae2dff4e"
],
"Groups": [
"892a9edf-2b93-4249-b420-a6819234758f",
"d7d57b63-285b-40ae-9723-213f6ab30e8a"
],
"Opportunities": [
"ac19db85-b53f-4b1e-b864-f9e8c1524e4d",
"1076e832-bf52-4b56-ac72-8c25b1dd216c"
]
}
}
]