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": "782cb460-dc40-4aed-8225-6232718887eb",
"ParentId": "a1fccaaf-6a8b-4878-ad01-6a63f74cfba8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7854a906-39aa-4ba5-ab7a-9dceb2d5f564",
"a8777e0b-42bb-4698-aac2-c02ad9dd658d"
],
"Companies": [
"a51fe7c3-3678-4e52-a0f5-a615b29fab2a",
"c12fa3d7-de79-4c5e-bf82-387d3fa35528"
],
"Groups": [
"5625553c-7828-4fc8-85bd-081fd064f400",
"3492e259-1b80-41ca-84c1-73c1ffe7d263"
],
"Opportunities": [
"0ff2c3a5-9632-49d2-851c-6a4b6850e000",
"ec4a8dc4-adac-4c92-9910-ec96f33b9cd5"
]
}
}