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": "4f2698bb-aace-4fa9-ae85-396bf1f44b4c",
"ParentId": "71af28fb-3bca-4c7a-8f37-0232a1bbcde3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"ae0d1ee8-80dc-4055-a3cc-ceca306ba9c4",
"90140f52-cddb-49b8-9516-208dcd77b59e"
],
"Companies": [
"2213a570-8edd-4935-8e8f-892c1bbd3aa8",
"6b147273-592e-4245-b293-19418cf62596"
],
"Groups": [
"b37ba19c-d344-4829-9f32-97b28c21c3d2",
"741a0ca9-ef58-41dd-bbbd-c46fb9078951"
],
"Opportunities": [
"587956bd-f2fb-412f-afce-7d37f91a21a6",
"ef0a9e46-ae6f-4bb3-9c4c-fd85e4088e43"
]
}
}