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": "45a946cd-dcdc-4bcc-945d-0bdbc5c28079",
"ParentId": "aa885142-da8e-439e-aab6-21ab8784920d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"0995931a-2e29-4b80-93be-fa4be3126022",
"0d0787b2-8676-4a28-bac5-c12e99ca864f"
],
"Companies": [
"0e612897-723b-4b64-8a62-39d35e6bbd43",
"5044e79d-2313-4403-a8a6-24af22e7ab6f"
],
"Groups": [
"f95ee7b2-a1ec-44f9-8eb4-6d712c1ed64c",
"536dab7f-3f4b-429e-83df-a974b9792323"
],
"Opportunities": [
"0506d909-65da-46cf-bd2b-5b146f64afac",
"b20d0ff2-4f03-4094-b118-63b750f092ed"
]
}
}