GET api/Contacts/{id}?linkType={linkType}

Get the list of linked entities for the Contact record

Request Information

URI Parameters

NameDescriptionTypeAdditional 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 identifier

Response Formats

application/json, text/json

Sample:
[
  "08b87759-0cd9-44b9-8c5d-287a18eaf910",
  "67d1585c-8704-4972-9e26-abef7f671701"
]