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": "6b075bf4-b84e-4af7-9156-dda6d03c2b84",
"ParentId": "0e29c7f8-d371-4cc2-b716-fe887e09922c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7ff9ea18-f9e4-44fa-961a-2d74606deb39",
"1e11ff79-0684-4403-a402-4f38386c07c3"
],
"Companies": [
"ae358a1a-2011-414c-912a-d2a009761cf1",
"ac3128b2-0eee-432d-afe9-a5d08349a580"
],
"Groups": [
"afaff406-291e-4155-b446-5b5774ee278c",
"4cc7e47d-6b86-423b-a630-487f7d7aa634"
],
"Opportunities": [
"c3059752-d865-400b-a5bf-afa7cdb16bcb",
"0ab79fda-ce02-4e1d-a3ca-573a41fc184b"
]
}
}