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": "a284f6ac-cdff-4f2b-9741-1faca2d9dbd4",
"ParentId": "e610c797-c3fe-43d1-9828-308f0da0a30d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"14e1dc0b-0275-4993-8568-2c8ca2c58ac8",
"f9087131-5086-4e16-aff5-df1bc82d7312"
],
"Companies": [
"13daa5d3-4013-403e-b857-97289643298d",
"84bf8f9c-585e-4ae3-8e89-1ed2bf36a9d1"
],
"Groups": [
"02da8cc7-244e-4474-bb63-c6f15678c675",
"084606ec-0b07-4cbd-9393-756f29a78608"
],
"Opportunities": [
"2ea359a0-daff-4f1e-b105-6db431fac3fb",
"b30dda3c-7cb7-488f-a155-91cf2abaae99"
]
}
}