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:
[
  "cc0178b9-bafb-4c4a-9dd0-da032844a2ee",
  "faae4e6d-8f7b-4f66-ac9f-b87079b5055e"
]