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": "0e1966cf-6609-43ee-a7e2-029e92531789",
"ParentId": "f7db1540-feb1-41cc-b870-0ac08c658fc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e9f8c489-2519-4a3f-8a46-985f6f81caac",
"f13a0231-e47f-41c0-8bb5-5018b91177db"
],
"Companies": [
"6cca2939-2a71-49ba-9440-da145f2829ba",
"65de3d86-cece-44dc-b5cf-7605f888ab35"
],
"Groups": [
"73a10902-a416-4906-ab21-2c30f8d4dd7e",
"5522bd55-1cfe-40af-8d5d-025e54deaaff"
],
"Opportunities": [
"8f3da350-aa48-45dc-8bbd-e3d2477ca0c7",
"31253bc7-78f4-40bb-b5d7-01e66c312873"
]
}
}