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": "f270e0de-8210-4c93-bf9b-68290cf7fd8f",
"ParentId": "5e43db62-fcec-4cdc-87b7-eabd05984579",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"05965994-0a19-401f-a8c6-2b020de17526",
"dfe4cb6f-91ce-4867-9d27-8e57fb5d55b9"
],
"Companies": [
"07b9a991-acd9-4980-a62c-7872f47d8743",
"dac38df8-be37-41ed-a08f-7d453337df16"
],
"Groups": [
"127db4d0-a66c-4138-9d10-2e396b023fc2",
"5ead4be1-60d9-472c-be5f-99f586048b1c"
],
"Opportunities": [
"9b735757-a801-4ba7-af8c-e4741c934640",
"dbfce806-23a4-4fa9-9c55-8767280d1c18"
]
}
}