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": "0e2aad20-2bdf-4878-9d1b-ce1ff6031174",
"ParentId": "177e2d34-b9a6-48ee-b03c-357d0e9ed534",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"3b5e3fb4-a42d-4eb7-9e76-4a4f15ad422c",
"6581a698-b91e-4899-975d-7086260770eb"
],
"Companies": [
"23e023a4-639c-4203-a347-a4d531ad3928",
"a0aab89e-f93c-4558-8f47-010f208a1528"
],
"Groups": [
"80e5d3a0-f5d7-4f02-8b57-838a1b016b84",
"d36b7070-0a61-4202-872c-0efbdc4dab7f"
],
"Opportunities": [
"876d8d30-f372-4f67-978f-34aeded10af7",
"5d7ed69f-ce42-40ec-889d-0cccb6ca0caa"
]
}
}