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:
[
  "a8dbb4ce-f203-434a-9cec-cf040217c69d",
  "acdd3108-f44f-492e-a41a-22b9893a33d5"
]