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": "51bb058d-f6b1-4b51-bfdd-91acfe893591",
"ParentId": "5dbabb21-fca5-4553-a5d4-013b96df73f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"bc835bfa-b2a4-4690-abb7-a2185253b17c",
"abc93980-479a-4ff0-bd2c-8d21d1d09ff4"
],
"Companies": [
"0c1b960b-1e26-4885-ad1b-ce5929a79d7a",
"ebc79276-f340-446e-a1ad-fc36b3a0c30b"
],
"Groups": [
"2c97713d-608f-407f-be3e-f9d3bb32941a",
"6a16dc09-f838-49db-b095-b36b917759ea"
],
"Opportunities": [
"00be16a6-4239-43ed-89da-0279047cb0c7",
"662874f5-8963-4bc0-8bb8-658aa58efc20"
]
}
},
{
"Id": "51bb058d-f6b1-4b51-bfdd-91acfe893591",
"ParentId": "5dbabb21-fca5-4553-a5d4-013b96df73f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"bc835bfa-b2a4-4690-abb7-a2185253b17c",
"abc93980-479a-4ff0-bd2c-8d21d1d09ff4"
],
"Companies": [
"0c1b960b-1e26-4885-ad1b-ce5929a79d7a",
"ebc79276-f340-446e-a1ad-fc36b3a0c30b"
],
"Groups": [
"2c97713d-608f-407f-be3e-f9d3bb32941a",
"6a16dc09-f838-49db-b095-b36b917759ea"
],
"Opportunities": [
"00be16a6-4239-43ed-89da-0279047cb0c7",
"662874f5-8963-4bc0-8bb8-658aa58efc20"
]
}
}
]