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": "4934e8a9-60cd-4a27-9703-41db88682eb3",
"ParentId": "0e0bf488-d179-4638-8e84-3d20ab3e90aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7e1c751e-7797-4ab0-abda-fd40f4e82043",
"eccba60e-c7f2-4a06-85fb-dbbfd30e797d"
],
"Companies": [
"75791fa4-067f-4fd1-b7f9-e9ff1863828a",
"10c465d4-a9ff-4c21-b638-410cd5bc5a8b"
],
"Groups": [
"c3a6910c-8cc1-4d07-8389-56fb84a133ff",
"f04416fd-f5e2-40ee-b563-90e09b52c217"
],
"Opportunities": [
"9ce431a0-c837-4992-b22a-deace30dab6d",
"dbd15756-fbb4-44ec-9b54-19869cdca66b"
]
}
}