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": "27af166a-804e-42ed-a27b-431ef6149f33",
"ParentId": "c79bd2d9-b90e-455d-8d2d-e3bf624ec244",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c0c1a533-c65d-43fa-a3af-23e445125269",
"0590f246-5197-40e6-8d9f-bd05438adb9c"
],
"Companies": [
"e3b22ddb-205f-4d48-ab13-3b707a7a3f15",
"859a5e5a-f1ee-4756-862f-18b8eafd9c8d"
],
"Groups": [
"b8706301-bfab-405f-a4ea-10f1616e8a19",
"5b6b26ad-ebaf-4025-9c47-b750c5dc75c5"
],
"Opportunities": [
"7afda24d-66cb-48ea-b92d-451a262e66dd",
"5ec12513-4e42-4f31-adfd-514ac3792e9d"
]
}
}