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": "5618e61c-c4bc-48b9-9462-647f0e86823d",
"ParentId": "c7a9b7ad-50e2-4245-b102-a62552786533",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b981abe8-99c7-428d-bdc1-91aa3279fdad",
"067f9ae5-96c9-4d7e-a495-84ba266043f8"
],
"Companies": [
"2a09ca89-a325-4f17-bf6c-0df1d7b568b4",
"73342f66-ed97-40d8-a0fe-a68e6de9ff62"
],
"Groups": [
"a354fcd0-c283-46d7-8fc3-5bb6ab281932",
"c7db62ad-21f9-4156-9599-251c1e67c428"
],
"Opportunities": [
"bd51bdca-981b-4c1a-b8d6-7709f62cb4be",
"58d147af-6e7e-4f7b-99c8-00462e2aabb5"
]
}
}