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": "ab304c28-b58d-4dc4-b3e6-692c583ede97",
"ParentId": "d8a05618-6357-47e0-a6d4-81fb7163381a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9a214720-43c5-468a-9949-e8419aec1b40",
"52cd96e4-97c8-4b27-8bf9-f4e7dfaaec32"
],
"Companies": [
"f3f3c3b4-a49c-4c19-8ca1-84aa9cd869c6",
"13b1f18c-63a0-42a8-87f8-dc98d285f018"
],
"Groups": [
"bbc83fb5-ece4-4e1c-bd44-879754d5d295",
"d698c894-9169-4fdc-adf4-5786f9b20d34"
],
"Opportunities": [
"787bc1e4-e034-4891-b1dd-44a6c1089ea6",
"d2862bf9-7f0a-471c-9864-8af963200a1a"
]
}
},
{
"Id": "ab304c28-b58d-4dc4-b3e6-692c583ede97",
"ParentId": "d8a05618-6357-47e0-a6d4-81fb7163381a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9a214720-43c5-468a-9949-e8419aec1b40",
"52cd96e4-97c8-4b27-8bf9-f4e7dfaaec32"
],
"Companies": [
"f3f3c3b4-a49c-4c19-8ca1-84aa9cd869c6",
"13b1f18c-63a0-42a8-87f8-dc98d285f018"
],
"Groups": [
"bbc83fb5-ece4-4e1c-bd44-879754d5d295",
"d698c894-9169-4fdc-adf4-5786f9b20d34"
],
"Opportunities": [
"787bc1e4-e034-4891-b1dd-44a6c1089ea6",
"d2862bf9-7f0a-471c-9864-8af963200a1a"
]
}
}
]