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": "6df50523-526f-4efd-b8a1-790c3bb99d7a",
"ParentId": "ffdbb353-4f52-44da-9a90-eb0f8b0d8a08",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6ce7cbc5-f246-44e5-8553-82bc797aca99",
"ea53738e-624c-4e21-945d-80c7dce461da"
],
"Companies": [
"a517c428-b9b5-4b37-8e71-d419aa18668d",
"c156d454-2fbc-40bc-b55b-5a8627e93c96"
],
"Groups": [
"fe7807d8-b032-4ae8-a390-b44987c8fea1",
"5e17c144-fb38-4d9e-91e6-a97a6c6a4473"
],
"Opportunities": [
"49b35e10-3364-4f1c-bb7b-1b7f46128fc1",
"05f26b4a-e051-489b-bfb3-c12e886f00f3"
]
}
},
{
"Id": "6df50523-526f-4efd-b8a1-790c3bb99d7a",
"ParentId": "ffdbb353-4f52-44da-9a90-eb0f8b0d8a08",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6ce7cbc5-f246-44e5-8553-82bc797aca99",
"ea53738e-624c-4e21-945d-80c7dce461da"
],
"Companies": [
"a517c428-b9b5-4b37-8e71-d419aa18668d",
"c156d454-2fbc-40bc-b55b-5a8627e93c96"
],
"Groups": [
"fe7807d8-b032-4ae8-a390-b44987c8fea1",
"5e17c144-fb38-4d9e-91e6-a97a6c6a4473"
],
"Opportunities": [
"49b35e10-3364-4f1c-bb7b-1b7f46128fc1",
"05f26b4a-e051-489b-bfb3-c12e886f00f3"
]
}
}
]