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": "3540e821-538d-45a7-a4b8-474196ee86e3",
"ParentId": "dcd1dc5f-b6cc-45f1-a507-697c7eacaa50",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"673940a8-4d98-4585-bad0-da0fb9b63e67",
"fd51e4e1-9305-4674-a8e9-09c50c9df16f"
],
"Companies": [
"e5753c25-82e1-49ab-8b89-f1865b8f0753",
"95e40758-858e-4ce4-bff3-4b77e0eb1675"
],
"Groups": [
"dab6440f-3ede-4690-aac7-c7602846c035",
"8315eb12-7ece-4b0a-b7db-ae8b8706c5a0"
],
"Opportunities": [
"79d7d653-742e-4cf8-bac3-1a167be507a0",
"9d11d3b4-785d-487e-b362-55fde97963f6"
]
}
}