GET api/Units/GetUnitLinks?unitID={unitID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
unitID

integer

Required

Body Parameters

None.

Response Information

Resource Description

UnitLinks
NameDescriptionTypeAdditional information
Name

string

None.

VTLink

string

None.

PMLink

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "VTLink": "sample string 2",
  "PMLink": "sample string 3"
}

application/xml, text/xml

Sample:
<UnitLinks xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Name>sample string 1</Name>
  <VTLink>sample string 2</VTLink>
  <PMLink>sample string 3</PMLink>
</UnitLinks>