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": "b0be7fbb-1aa1-4984-ab0c-783965db1010",
"ParentId": "b60582ef-a04b-4bfb-a25e-84ef6d08eac8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"930511db-93c4-495d-a572-a126f45a03bf",
"536a34dc-4532-436f-a1db-43a6565c3dcc"
],
"Companies": [
"6289199a-7683-4c30-84ee-35a7e6c18b91",
"a675c374-a75f-4c7f-b270-42d50e16eb31"
],
"Groups": [
"0484a121-5230-4695-9180-9822d1efdd50",
"dc730fdf-5957-4540-b962-65c0530fabf8"
],
"Opportunities": [
"8b613876-0e6a-4ac0-b4f4-ab9a719fa228",
"eb447c2e-9eba-497e-bcf6-b3c29bd08fe3"
]
}
}