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": "a06b5a0f-b24e-4b57-8824-0e840369d8bb",
"ParentId": "0303af31-07cb-43b9-9a49-dea8bc16adeb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"0becd4b9-b698-4b73-a565-8763306eea00",
"4b27807a-f54c-4aa3-863c-ef3945aba031"
],
"Companies": [
"a9175b69-7d04-4d51-966d-ff61bea63e67",
"400284d9-5a02-4e03-8dc6-cd523959dba3"
],
"Groups": [
"4a1ca3ff-7ad7-402b-b993-5a70b4375057",
"5e076aba-0abd-4204-add6-7343deac2370"
],
"Opportunities": [
"c6272edc-6606-4fa7-8718-ddd94fba6d9c",
"c085d3bc-72dd-427a-b5dc-244a77e8757b"
]
}
}