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": "e413eb49-c046-4d5c-9381-4fc154cf0cbb", "ParentId": "c1c40ad9-215f-4967-955b-b20c0faa5a4e", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "b0bf9de6-538c-4fa8-a05b-04b7631ec031", "1ad0e402-c3ce-40cd-b053-e3308f8ab01d" ], "Companies": [ "c9755f31-27e4-486d-a42c-dc1eba00c867", "77e4b08d-96fd-4de1-87d5-b9f2c3a74523" ], "Groups": [ "ae95f2a9-8858-4efa-981d-0210552ae8ae", "bba4177c-d797-42b6-94a1-0a2659a06fbe" ], "Opportunities": [ "a48d8974-a003-44d4-a606-256ba6053671", "6a6c4b1f-54be-4bb7-95d1-db9812e22595" ] } }