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": "3eb2e069-15c9-4c2a-9e7a-ee6a85afa82a",
"ParentId": "88aaedaf-ca68-49a6-b963-61a845276316",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"adc7cd06-9af2-47bf-9e3c-1e54604d7fa9",
"08c6fbbc-e2b2-4129-b462-5f41431f86d3"
],
"Companies": [
"0a760a5b-e8ca-4829-af4c-140921153f98",
"9ddc2ed0-b278-4aff-beca-8a3a9dc176f3"
],
"Groups": [
"9116b6a3-267f-4271-ab14-e81c66666775",
"8cd1e64f-5cc1-409b-860c-d3286e57b5f6"
],
"Opportunities": [
"c63deba9-6b54-4610-b5ab-d04e9fff27ef",
"e8d1d926-b787-4925-90f4-c543854e5620"
]
}
}