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

Get the list of linked entities for the Company record

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Contact record ID

globally unique identifier

Required

linkType

Link type. Supported values include: Contact

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "567c735b-2a0e-4c86-8c9e-518d3d58f9ce",
  "0eb32b8d-09ae-43e5-8155-2c977c732b95"
]