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": "0e0145c0-1430-47a3-bfc3-d2944580912d", "ParentId": "77780e9d-418f-47c9-920c-ccfb707aa325", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "9b913b56-f4c3-4cf3-88df-a0a86287521a", "e189a192-b1b2-4fd1-8e12-1b9f473bfbf1" ], "Companies": [ "9620164f-4a1e-42ec-9cb8-f1e3bc52aec9", "575c726d-d001-474c-bc94-934b1cbb9eea" ], "Groups": [ "49b83a94-84bc-4772-a1ba-757236116fd0", "efb55290-8491-4715-8891-d7e1b273f8e6" ], "Opportunities": [ "c401a69c-d5c2-43e5-81b3-e51fb1ad40a7", "06a60d03-2c5d-419e-9fb6-004378ce02f2" ] } }