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": "fb49e3e3-fb5b-4756-89cc-8ad1a9de552d",
"ParentId": "6ae39b3b-3777-4458-8d3b-7d0a8f8a5a04",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b5199a78-e003-48ab-b46f-15702f08625e",
"1ca214fd-e4ec-4f77-839c-1d1b24b0e7c8"
],
"Companies": [
"d0fc8b0e-337d-4743-8148-214fa779f3db",
"8594cb4a-246b-4369-9e62-3b13c1d36868"
],
"Groups": [
"b32bcc8c-9851-4491-81db-809d36319727",
"ac6a4d6b-a97b-4737-8126-a09cda0b58f8"
],
"Opportunities": [
"d08adb23-2438-46db-a63e-ab2485888932",
"6d722d2f-2a80-4ce7-9e25-302de4b3befe"
]
}
},
{
"Id": "fb49e3e3-fb5b-4756-89cc-8ad1a9de552d",
"ParentId": "6ae39b3b-3777-4458-8d3b-7d0a8f8a5a04",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b5199a78-e003-48ab-b46f-15702f08625e",
"1ca214fd-e4ec-4f77-839c-1d1b24b0e7c8"
],
"Companies": [
"d0fc8b0e-337d-4743-8148-214fa779f3db",
"8594cb4a-246b-4369-9e62-3b13c1d36868"
],
"Groups": [
"b32bcc8c-9851-4491-81db-809d36319727",
"ac6a4d6b-a97b-4737-8126-a09cda0b58f8"
],
"Opportunities": [
"d08adb23-2438-46db-a63e-ab2485888932",
"6d722d2f-2a80-4ce7-9e25-302de4b3befe"
]
}
}
]