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": "9fc430fe-3ffb-4293-946e-e676d95a8bcc",
"ParentId": "bb7fd580-f61e-4cae-8263-5c981628881d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"59c22ff2-950e-4f19-9374-5c1f915cf334",
"70926366-767f-4ee3-b6ed-ac073da4f6ae"
],
"Companies": [
"fef05342-2d0a-421b-b730-7f728076fd6f",
"61973c86-6296-4d78-9af2-4dafecb710d5"
],
"Groups": [
"a3f1ee5b-8dfd-4b4e-8659-46d884832875",
"f7f874ed-f2ed-438f-aeb4-6ae65076198f"
],
"Opportunities": [
"cb154f92-838b-4bd0-9917-59a319e8240c",
"f7dc7969-676b-46a7-9ae5-29242f4ec2c5"
]
}
}