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": "328b6135-d848-4ead-ac77-fb18f8963112",
"ParentId": "7be93601-8436-4cfc-bbe6-29e9719e0974",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e076144f-3b24-4c87-aa07-e6b7bde83909",
"2da931a0-ddb2-42c2-a2a7-754d2643faa5"
],
"Companies": [
"a22cc4db-9841-457d-ac6a-28b9f0a21e8e",
"5d8a89f9-873e-433a-a080-e3bd377a306c"
],
"Groups": [
"c44d8e0c-a02a-40d3-a3e8-ec10fa904efa",
"a0463771-47aa-42b1-aec3-114823104d0e"
],
"Opportunities": [
"ebfe234a-687d-482d-8386-c3bdbc96e80d",
"32108fb0-b458-4959-a9a3-959f85e8acc5"
]
}
}