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:
[
  "441146c4-2f8b-47f0-8be7-d426161d412e",
  "5e35ba61-c7d7-404d-852a-f89a7351f9d0"
]