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": "d90a7a29-7ff4-4e95-9378-6b1dc512c441",
"ParentId": "495ef085-e0e7-42d3-a9e7-47aaa1037433",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8ccbaadd-a268-4ba6-8c71-27ebefdac05d",
"0dad7c33-35d5-42f8-933b-b2fbadbae1f5"
],
"Companies": [
"dad8610d-fdff-4409-9ed0-f3657ccec1ff",
"6cf07308-7d7b-4290-84b7-e7a8b1f48644"
],
"Groups": [
"3438c2ec-6f1a-4963-90dc-efc7437f5a46",
"448fd72f-a4ce-4c9e-a65e-8579f3ba3587"
],
"Opportunities": [
"961513d0-1f8a-4769-9b14-b511859946e4",
"a4324409-15b1-4aa9-a99a-3c9b8a760022"
]
}
}