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:
[
  "5d7d81a2-fdaa-49ec-952e-6701a0c22d2c",
  "b0a7ebf0-8e03-45be-b211-06a8699c5c04"
]