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": "1aa07171-fb8d-46bf-bd38-3cc5c42d3928",
"ParentId": "c1ab7d4c-12ae-4ff6-a4c0-f955a384929b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"3a6996a6-48d4-41eb-ad6b-42a6f6585788",
"4b4d37a0-4d01-4960-8365-9536a3547d85"
],
"Companies": [
"605e5a67-f7b3-407f-b12b-27affd1eef2e",
"31f2f9d7-5868-4ed9-9aa5-9edbba8328fc"
],
"Groups": [
"3a986366-6623-40ec-8b0d-e9caf2595d60",
"fa5b7b30-9783-4b01-9a6e-2a88ef8c3a58"
],
"Opportunities": [
"9d1127e0-3359-47ba-9068-9239dc9fadd1",
"3c318c57-e906-4f21-a5ce-5b2ee9caf51f"
]
}
}