GET api/Groups/{id}
Get a Group by ID. Supported Headers: SelectField
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "285006a3-45cd-49c4-8f80-c2788077bdd4",
"ParentId": "0293e93d-532a-40fc-94f5-baecb941c10b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"09291d3e-02c1-4f49-88e4-ea98a7636de5",
"5bcefea8-99ae-47d3-8155-18f6bfcd6dde"
],
"Companies": [
"f2c83aef-ff93-4010-a325-7d63681790fa",
"729fa48e-8395-4c7d-bfa4-4ef28c6f8762"
],
"Groups": [
"65d2cf73-8149-48e8-85bd-67929c416d67",
"ca810d8a-b380-434f-b036-f83c800092bd"
],
"Opportunities": [
"8c07d36d-0701-4e3c-81d8-84ba0c862285",
"4fcee816-507f-4bab-875f-7776612bd27a"
]
}
}