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": "f2580842-a81a-4254-9f1e-93ea1945514e",
"ParentId": "bc23e295-8543-4ed3-b32c-47fce56830ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"50f779d1-5fd2-4b91-807b-ca4ab94a978e",
"864334d7-3a96-4ffd-b596-cec42d3beb84"
],
"Companies": [
"8588b205-be6a-42c2-86b5-56258a3bb229",
"9edca7ca-5eb0-4720-acac-f8ade0b2f675"
],
"Groups": [
"b24a69bb-957d-40ed-9037-2fa05adf8a0e",
"6e86d8b5-1b17-4106-95fc-f18a58595b98"
],
"Opportunities": [
"c0ff3ad7-69fc-493b-b36a-204f8d1d0aaa",
"be6173c8-c023-43a5-9463-7c27ac0289db"
]
}
}