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": "cd5bf3cf-6bbd-49b5-977b-5d6feec9e09d",
"ParentId": "f858b53c-0eb5-4104-846c-ea5c81f041eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4d066a0b-1e65-4ef2-91e4-d63850e2534a",
"9412cc21-2ef6-4d94-afca-a4222dd2157d"
],
"Companies": [
"ee5803f2-211b-4933-8650-b25909783503",
"0fc638d3-5d8b-4a4a-8c8a-c1c28355adff"
],
"Groups": [
"4aeeceea-1db0-4934-ad18-aac08c4ca3f3",
"b1f0fb9f-e56d-45a6-8209-1a94cc2445dc"
],
"Opportunities": [
"ad124eef-0495-4924-9c7c-eb3a3b20c029",
"1faf8f57-2242-4d3b-a32b-e3da86531a42"
]
}
}