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:
[
  "f0f00a03-f439-4ed4-8eaa-8d5332299ff0",
  "12f6ffdb-9c8f-46db-b3d8-674fa585aa05"
]