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": "c25739d4-b160-47f1-a23e-0a4110aa308b",
"ParentId": "4977346e-ddf1-4698-8d98-6678506ada04",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"debab2aa-3c43-4929-a4d0-cf97a3a56703",
"8f996fa6-57ef-4688-91b0-9434729580ef"
],
"Companies": [
"80610232-9a8a-4676-932f-1c76e233fc8e",
"0b244df5-0c93-4739-a06e-a70a9b1ecb83"
],
"Groups": [
"8b6bdab3-52c8-4f6f-8a4a-f2718f4ba9ac",
"412d865f-4dd1-415c-9a3f-ca3015ccc546"
],
"Opportunities": [
"65732ed7-1753-4506-be68-961a147dd154",
"d0232418-a7f0-4a83-ac7e-bca41dbf8bcb"
]
}
}