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:
[
  "e4e683f7-74ff-42d5-806d-b70706e252d1",
  "e8ad7ebe-7341-4825-9825-6241df808d54"
]