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": "9a47f552-90c6-48f7-9815-8b7626fffc19",
"ParentId": "8064db79-dd18-4b0d-be0d-81da063ee12a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"34991f0f-10e0-40c8-a871-c6089d419257",
"0e2522f1-216e-4b1c-a704-0d621c73edd3"
],
"Companies": [
"50db5f78-2a7b-4800-94d0-f03136b754fe",
"342fe286-43dd-457a-990e-34647e72e35c"
],
"Groups": [
"5ff73075-e573-4413-bbe7-2e3362e47cf7",
"d901f482-a64b-4c99-87f9-07eca64d68cc"
],
"Opportunities": [
"bd19f327-2dbb-4375-ad6c-563cf814092a",
"eec67fdf-fd24-4964-bf0d-21bb8e6907dd"
]
}
}