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": "2e8daeb0-a431-4ce0-9b68-e9a5cadfd9b3",
"ParentId": "e3b76d5b-8e11-478e-a7ea-620eae9d5014",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"20ccb9ec-a213-4cf5-918e-a9a3e5918170",
"d653d47b-cb7e-4522-bc1f-6654d2b324de"
],
"Companies": [
"fe5e81c8-a070-438d-ba7a-62f4a7605424",
"76414428-3220-4528-b531-2ff024fbd688"
],
"Groups": [
"0dd766c9-03bd-4833-9a48-329e470e75bd",
"04e7638a-cbd0-4ff9-9683-b02d5dcb0d00"
],
"Opportunities": [
"0814b5d4-560c-4d4e-8ee3-0067e4ef3ea8",
"f7e26ea3-0f31-421e-80ba-521c1cd1fb46"
]
}
},
{
"Id": "2e8daeb0-a431-4ce0-9b68-e9a5cadfd9b3",
"ParentId": "e3b76d5b-8e11-478e-a7ea-620eae9d5014",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"20ccb9ec-a213-4cf5-918e-a9a3e5918170",
"d653d47b-cb7e-4522-bc1f-6654d2b324de"
],
"Companies": [
"fe5e81c8-a070-438d-ba7a-62f4a7605424",
"76414428-3220-4528-b531-2ff024fbd688"
],
"Groups": [
"0dd766c9-03bd-4833-9a48-329e470e75bd",
"04e7638a-cbd0-4ff9-9683-b02d5dcb0d00"
],
"Opportunities": [
"0814b5d4-560c-4d4e-8ee3-0067e4ef3ea8",
"f7e26ea3-0f31-421e-80ba-521c1cd1fb46"
]
}
}
]