GET api/Contacts/{id}?linkType={linkType}
Get the list of linked entities for the Contact record
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Contact record ID |
globally unique identifier |
Required |
| linkType |
Link type. Supported values include: Group, Company, Opportunity |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of globally unique identifierResponse Formats
application/json, text/json
Sample:
[ "33e8377a-0dbf-455a-b474-3350a7e5f56d", "ee6ef980-0b51-4e92-a788-d199873295c0" ]