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": "1b4c02e9-5441-4019-b2c2-a04036dd4e02",
"ParentId": "7a6b38b2-6d8b-4839-a7d6-88f9a4ec60ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"0178987e-26ce-4706-9491-0df305c07958",
"9dee7c3c-c05a-4445-be2f-b9f623af15ff"
],
"Companies": [
"256c38d3-7a01-4513-acab-bdc40be170a5",
"7acc20bf-05b2-423f-b532-23d75f51daa7"
],
"Groups": [
"d6a2ef7a-459c-488e-a65a-d5bf653293ab",
"a1efe4f4-b8e8-4442-ab05-fb916aa90ae7"
],
"Opportunities": [
"98db5d21-4b6f-4402-a2ed-601cfebc9b09",
"e628ee38-4ad2-4a0f-8f69-405cfdeb7aa8"
]
}
}