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": "48b4f932-0503-4909-bc94-d676461837ec",
"ParentId": "e3343d4f-49aa-42ba-a872-03569581cd24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"3c149182-640f-4d52-be73-5b59009b60e8",
"775660e2-3410-4750-9a37-03184149773e"
],
"Companies": [
"a236ac19-2153-436c-9d1b-f1b98dcfe3b3",
"b96f5e33-9648-4c33-842b-418d3db5b32a"
],
"Groups": [
"f96067fb-0bd5-4527-bba7-afde2c374360",
"bc21cf9e-95aa-43e1-a2bc-161371e7cb33"
],
"Opportunities": [
"3a7455c0-1030-4f0a-8bb4-4600670d8bda",
"18800cf7-863f-4597-aa43-0387bb2e5603"
]
}
}