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": "f34e2365-f815-496e-8eb3-3a5aaa3eda2f",
"ParentId": "9e5b71f2-2430-463a-88f8-1c73c8a54c2a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"d7bee414-4586-4250-9175-c4553a50f898",
"65a367b9-fa93-4f70-8ac2-c4daf79526e1"
],
"Companies": [
"26564db8-0a18-4dbf-93df-fe4aed5ac8d3",
"c9ea02fa-7730-4f8e-bbdc-6ee48291c17e"
],
"Groups": [
"7af33a8d-8b89-4306-815a-c2e2cc73fedd",
"0fb0cc93-60d6-4ae6-a952-374309bd6d91"
],
"Opportunities": [
"60275871-4670-4c10-b91e-e826796c5109",
"942b005e-10c9-4568-b665-71f3f20e21e2"
]
}
}