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": "0f1431b1-580c-4714-9ddd-a8eb9571c7a4",
"ParentId": "8164ac38-e3ab-413c-9110-5ccb34000ace",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6be71814-f2b3-41db-9fc6-871e23777910",
"0732131a-f1cf-4c35-a53f-20898df5146b"
],
"Companies": [
"2614356f-bcc7-41fb-b6c3-6761ece00831",
"bc36ad63-4d9b-479d-896c-9751f84ca464"
],
"Groups": [
"712ad6b8-51f0-4145-810e-9e59fc357202",
"cf0624f1-388e-4917-85d9-c9cec82ffc0b"
],
"Opportunities": [
"0e3fd8e3-cd4c-458d-8d1e-d1afb7a3a1bd",
"320410ac-a0dd-4283-89f2-ff91ecaa81de"
]
}
}