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": "bc9c890e-557c-49cd-a922-5407ae181cf5",
"ParentId": "211dbc8e-9a4f-4158-aee9-88d343deb0e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1b887f97-3b83-4705-8a33-0038d70f438d",
"ac903033-641d-44b1-8f4a-53dd89a78f0e"
],
"Companies": [
"6df7cabb-9c98-42c0-924c-9f5ec4c74afc",
"4d6dbb26-9bca-48de-9f6e-b134b2cd67b8"
],
"Groups": [
"85ad4bc7-dbcf-4206-b545-7e2eec46ca83",
"ae53afcf-496e-4c03-a012-3e0cc91aad17"
],
"Opportunities": [
"a48a6633-b5c1-44f2-8792-fd61e65c0a7e",
"555caf0d-0009-4a74-9bac-10d559810387"
]
}
}