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": "2a04a747-8dba-4f61-96d4-a73914091898",
"ParentId": "5b1648d3-90aa-41e9-8787-4a361f820c37",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"23dc692b-cb0a-4e3b-b011-ff79bbad400b",
"f4385895-1df6-41b6-9017-ddbb69295259"
],
"Companies": [
"a83a13d6-7232-4e31-bbff-0cc0181f7f0d",
"41089725-2e9a-49f6-9bcd-c319fb3d6671"
],
"Groups": [
"df9ef5b1-946b-42c9-816e-6b8aed5a677b",
"65c4357c-583f-42bf-9c80-ca4b6e63c749"
],
"Opportunities": [
"23d2ff82-91de-4e1f-a69d-daba0f65b873",
"de314d02-27b8-4d61-88b9-1c8f4a38132d"
]
}
}