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:
[
  "394a24ee-7ce2-43f1-9bfc-5e72cafdd8de",
  "4976c171-a5b0-4ca9-8960-55b49653e28f"
]