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": "5aed468e-b337-4387-bd36-fbd980ea51ff",
"ParentId": "f1c384f3-a535-48c4-b3e6-364f0be51f96",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"3dfa20f0-e99a-466a-9a6c-15b6177af658",
"f00cbf42-8688-4435-9d31-91348d3329c7"
],
"Companies": [
"b579ac96-dba3-4ffd-bdd3-9c65d16afc2e",
"41881b27-8ff6-4156-9aa0-763f5acf361d"
],
"Groups": [
"c3363d7c-c897-4f14-8cef-3e6da895bf0b",
"88f34b35-699c-49da-a340-260f5c456a82"
],
"Opportunities": [
"ad632fc6-ff61-4904-8ebf-91ab43002b98",
"786cb1a8-b993-4a8f-ab57-093ae5548eb2"
]
}
},
{
"Id": "5aed468e-b337-4387-bd36-fbd980ea51ff",
"ParentId": "f1c384f3-a535-48c4-b3e6-364f0be51f96",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"3dfa20f0-e99a-466a-9a6c-15b6177af658",
"f00cbf42-8688-4435-9d31-91348d3329c7"
],
"Companies": [
"b579ac96-dba3-4ffd-bdd3-9c65d16afc2e",
"41881b27-8ff6-4156-9aa0-763f5acf361d"
],
"Groups": [
"c3363d7c-c897-4f14-8cef-3e6da895bf0b",
"88f34b35-699c-49da-a340-260f5c456a82"
],
"Opportunities": [
"ad632fc6-ff61-4904-8ebf-91ab43002b98",
"786cb1a8-b993-4a8f-ab57-093ae5548eb2"
]
}
}
]