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": "fe8da41c-eb5f-4370-a2f1-30a1cd7c77a0",
"ParentId": "e43fac48-815b-4c2d-99d1-6536fe31f61b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"01818d40-a257-4b71-b0b3-d47f480fcb1e",
"67ece09b-e991-4193-b5e0-61a611bb2b4a"
],
"Companies": [
"9a4bf6fc-1e73-40e9-9fb1-f7ad91491c6c",
"3a08e314-fecf-4e07-81ee-040e11beae29"
],
"Groups": [
"561e331d-691b-4119-9f99-8b6632e6687a",
"389ab66f-895a-449a-8a36-d6667aa5fb8a"
],
"Opportunities": [
"1d60532e-b69b-4415-aed6-c5774b6f7e2c",
"8112d701-7b7b-4a2b-8181-ffe76f6d18d4"
]
}
}