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": "df14a670-12d9-4258-9f78-3559c56858c3",
"ParentId": "9654e943-370a-44ef-ad52-3eb3e5c9b5fc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b4172d61-8ed9-4959-a94a-8869d9241cc4",
"d0e926f6-d6fa-4338-a70d-09fde7a35c56"
],
"Companies": [
"7ec19b58-d9f6-4eef-bb89-d558e86bef03",
"f6b306ab-40c5-41ca-b163-f35cdce4f32a"
],
"Groups": [
"14b8bad8-7a74-45df-831a-a17850c4a123",
"d6acf8b7-a66f-489f-af00-9605de9972f3"
],
"Opportunities": [
"8ba6a94a-3719-4b14-b276-e73168acbd96",
"2973bd0b-e988-43b3-acb8-0de4e2fe7976"
]
}
}