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
MutableEntityExtendedName | 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": "673b28e5-befe-49cb-848c-9ba3d099f2ca", "ParentId": "e49a9c6d-5120-4efd-b13a-217d9341bf47", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "45884e43-d420-4090-8e9a-bbbac23831e1", "64f0c545-45f3-4813-90c1-06e61eacb737" ], "Companies": [ "173730cd-701c-4862-bbac-57e29789bd63", "f476d05d-796b-45ae-ae59-3f800b7e3544" ], "Groups": [ "a2824263-9daa-40f2-9da6-af5d90e2ecdf", "f5a6df89-c71b-4a1c-92f2-cb3da14f679b" ], "Opportunities": [ "a562bffc-5069-40a9-a9eb-8b396514885e", "a5d9ee78-c6a1-45b8-b20a-2411aeddf3a7" ] } }