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": "5a96a150-62c8-4743-85ec-71114835a94a",
"ParentId": "c940ed49-0452-4b2a-9737-043c6dca840e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"cf20e2e6-4a03-4bf2-8fa7-315d4d3bb6a7",
"daa52c02-bdb7-4d93-9d9b-5c8e3fc93a7e"
],
"Companies": [
"515b539e-3e2e-407f-a82b-6e4abd365bd6",
"dad7150c-03b8-4cc9-aa37-d377de7df8a5"
],
"Groups": [
"b3811d7d-c582-48c0-b976-d7a05ae1b51c",
"ca3c1476-e267-4766-86ee-0a3abc5a8dbc"
],
"Opportunities": [
"b79e992e-ae51-4e75-9c08-d9d9fcecdd61",
"3ad74fd7-0c6f-479b-ac60-8d06f287ddbe"
]
}
}