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": "c4732879-ebc8-4e4b-94ef-a6b573606d1b",
"ParentId": "b2378bb3-8783-4b07-892a-0780fd6d12dc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"73039395-6879-4f45-a0ea-0a4669807310",
"2c70b182-444e-4c9d-964c-5c305ba7562d"
],
"Companies": [
"e1144f22-5ecd-4395-8e9f-ef9cf3627279",
"fcdb9d45-ee10-493f-ad43-34370e4f8f01"
],
"Groups": [
"da0d37f5-4413-4d23-b1e2-325c9edb9824",
"3fa79396-250b-4b45-8361-ce897371a1bf"
],
"Opportunities": [
"8b5890d4-6587-4e4c-b090-b068ce8839d4",
"2dd5b767-6765-4099-9487-f6ab0b183cc7"
]
}
}