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": "b60ed772-3cd3-485c-a702-0569b581b98c",
"ParentId": "edb385f9-c748-4c7b-8027-da1f07f2461e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"ac52d12f-f298-4927-90cd-d067e4668c60",
"2f4b416e-52ff-41ae-a9c0-219b48348e8e"
],
"Companies": [
"b198044c-922a-4af0-ae9d-3234af869f89",
"08d97857-27e4-4fd7-8606-3ba0ee505895"
],
"Groups": [
"b9d72cab-8baa-4860-9cdd-9ad9bfd2273d",
"016ea896-7e73-4e59-b924-0f62c3a5ddae"
],
"Opportunities": [
"5177312f-6c2f-45e2-9f62-629158762e8b",
"be481bcc-c83e-4e5a-b46d-7095c6522ff1"
]
}
}