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": "9bffede5-ab9d-4837-b0c6-8e67bc45b084",
"ParentId": "f7517704-1712-4327-a563-e33e7bd9b641",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"89c394c5-68b6-4818-82df-cdb37b276f8b",
"e65417a3-d0f6-45b5-b742-aa578d97630e"
],
"Companies": [
"64c73ef1-bca4-44ee-94be-5e4a0aff7bdb",
"cf9437cb-0731-4053-ae23-7861beba10cf"
],
"Groups": [
"3470e9d2-79db-4583-8e8c-99b95f85874c",
"1a971796-eb9d-4abe-961a-9d4af90357c9"
],
"Opportunities": [
"361cc6a0-bce5-4995-b6a1-0eea1076af2b",
"738e1bf7-11b5-4295-a042-fdf73ed4d96b"
]
}
},
{
"Id": "9bffede5-ab9d-4837-b0c6-8e67bc45b084",
"ParentId": "f7517704-1712-4327-a563-e33e7bd9b641",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"89c394c5-68b6-4818-82df-cdb37b276f8b",
"e65417a3-d0f6-45b5-b742-aa578d97630e"
],
"Companies": [
"64c73ef1-bca4-44ee-94be-5e4a0aff7bdb",
"cf9437cb-0731-4053-ae23-7861beba10cf"
],
"Groups": [
"3470e9d2-79db-4583-8e8c-99b95f85874c",
"1a971796-eb9d-4abe-961a-9d4af90357c9"
],
"Opportunities": [
"361cc6a0-bce5-4995-b6a1-0eea1076af2b",
"738e1bf7-11b5-4295-a042-fdf73ed4d96b"
]
}
}
]