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": "7f64659b-337d-491f-89a7-3a91fd87c840",
"ParentId": "96c29a0b-7c67-4632-85fc-3b63dbf8a966",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5994b1c3-af3c-42d4-9e8a-4e426a995366",
"f3ff85a2-c9c4-4fbd-a30d-0842d54e907b"
],
"Companies": [
"51da66e9-74a7-4da9-935c-671694441c54",
"ffbb5cd7-31ed-4be6-8acc-800e2d8932df"
],
"Groups": [
"46353c08-1ce7-4531-a245-f67f13fab4ab",
"e37b5a81-c63f-45bc-a7fa-24ddc1b7b95a"
],
"Opportunities": [
"c927e5d6-78c1-4047-a7d2-dab0933a77dc",
"da5e486a-7952-4277-93ce-5943ed4003cf"
]
}
}