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": "f2e00c44-4506-4a6e-b15d-9f0370e49f1d",
"ParentId": "36620c79-dbe8-470d-a025-23f2344100c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1aadc5c7-5e31-4934-95c3-4de21c8a71e1",
"c04e1ce9-e155-4d6c-a72c-02b4eeffbf96"
],
"Companies": [
"8aa0dd12-3208-4479-91b5-2a8ad592de82",
"8a1489bc-2aad-4647-8040-fb6023c88c7b"
],
"Groups": [
"49639e48-1fe1-4b89-a6da-03c9de80175d",
"19092f14-7488-4b9a-8c72-632f1062038a"
],
"Opportunities": [
"74307607-b052-44d0-9b24-36be7b9f5d31",
"15887783-6cbe-4fd9-bc99-2af7f9f5e020"
]
}
}