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": "30861beb-9590-4c47-ab37-b2a213de0a2a",
"ParentId": "b737ca03-1877-4db8-a388-e7b3fec52a78",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"697b79c5-cfc0-4baa-987f-8f72c0758be0",
"e8f0b59e-158f-4271-9b21-80fe7373815c"
],
"Companies": [
"c9ce1c34-7f91-4a54-99b4-d23252e43612",
"75db2495-27f9-4490-a9dc-aefa5c50b213"
],
"Groups": [
"f33b0198-8be0-4bd0-8131-9f02b157a729",
"e0ea7b7e-51d0-4354-b541-026d8df81f18"
],
"Opportunities": [
"55d69b03-be84-4e1e-9d0b-7ced062ecc3f",
"b547ef33-a343-493b-a55c-bffff7cac10b"
]
}
}