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": "f2a78a90-75a4-48e6-ae4f-ce55a4543104",
"ParentId": "6ea4d7b1-e3b3-466b-bbff-45d657d882d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f928f473-a477-484e-9a16-3cff85023284",
"779df1d8-4f8d-49a9-83cd-f0a9ee1968b3"
],
"Companies": [
"c3bc7095-662a-480a-b630-e07ef50e2f9d",
"be2f9fa5-4f7d-4baa-b7d6-74c46d3d0c34"
],
"Groups": [
"2fdbbc0b-ddfe-425c-a812-c26d6175dea6",
"2d5b6657-684f-47a3-85e4-822b4a2ebcda"
],
"Opportunities": [
"3ce5b250-8efd-492c-993c-a7ddc191f537",
"eaa9441e-ee21-44e0-81bb-8ad08fe354dd"
]
}
}