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": "e6e36dd8-5705-4791-bb11-de7f64081171",
"ParentId": "3f075550-2966-45ee-ba77-b7bc644398e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"10ef9093-c404-46e6-86fe-033edf584a7a",
"373c5352-0835-4cbb-be12-0f31a87f8098"
],
"Companies": [
"551effcc-86c9-4914-8db3-f7c022b92043",
"37de5d19-ee9b-4737-92ae-6eb1d786745e"
],
"Groups": [
"8a0c65c9-9b4c-46f0-ab6c-56dd92814751",
"8a2edfd4-cc02-4f5e-a879-9d25911ac2b1"
],
"Opportunities": [
"f335576e-6bc5-4bba-ac87-a2622bde3830",
"9b147129-5884-4f0e-8e9a-04950dfb92bd"
]
}
}