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": "23776bc2-42a0-49f7-8c51-f2f0658ad519",
"ParentId": "77ab88a9-b761-4991-a50d-facae66d88e8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"75da096d-cc0f-4f47-b896-6813048637e9",
"fbb1caed-9184-4bde-8e2e-7a59fc1a8a12"
],
"Companies": [
"ed3c2e8b-15ec-4498-86ff-6100eaf1ee64",
"b6846cd9-c60a-4333-a912-a0b2af2c68f0"
],
"Groups": [
"ef2a551a-62bd-4631-9902-2bbce607a143",
"970f4e9e-6214-4d08-bc1d-f16df9189f89"
],
"Opportunities": [
"a44f38e8-9494-4925-b553-3dd2921cf595",
"abc58a07-fb5e-4430-9dee-2821a6e15503"
]
}
}