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:
[
  "ed99854b-57e2-44fc-b29a-8d6cb79e3977",
  "ff2c1c59-9842-4ea5-aff3-f6ec5a7c57a1"
]