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": "c19fb4a3-8785-41fe-a41f-655b72f73069",
"ParentId": "b52f6ac6-3ff3-4255-8679-09cad742f2a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"50866269-f69f-418a-8539-33cac193271c",
"ed47aa08-5e01-4726-ba91-dcd35037eb5e"
],
"Companies": [
"4fb664ab-a37a-469e-bb58-60a7dd5dee7b",
"3667d88a-be9f-489c-8ec7-9b8dc8949638"
],
"Groups": [
"58ff23b2-bfef-4b0e-937d-a0e7c7cd3ab6",
"3ac5ca20-5480-4bd8-be0b-b90e2e6376dd"
],
"Opportunities": [
"2825b713-fff4-42bf-9ea0-62fcc385a95a",
"2bf2ede7-6ea8-4868-b7c4-4b3a56ac14e4"
]
}
}