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": "3092b9b3-f423-4d21-b3fb-84eaa96ce75e",
"ParentId": "26143230-5815-42ba-a421-1372cd2d64ec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9b1cf558-88b5-4552-a367-85f4ca53b4e7",
"9863fb76-32db-4e0a-9011-05157ba997ce"
],
"Companies": [
"3c94bd26-c7a5-4f6a-98b6-a5478ef6cf5d",
"f18c8df8-089b-4d05-aaef-08131ae36c74"
],
"Groups": [
"a55bbdfb-b96f-4b07-9036-5f7631d05145",
"74c757b8-d432-4dc2-b365-8b36b8e79922"
],
"Opportunities": [
"ab5bb615-017b-413d-91b0-964c675b693b",
"aac9e1a0-d683-49cd-bc6f-ce1de06e8954"
]
}
}