GET api/v1/lengthunittypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LengthUnitType

Response Formats

application/json, text/json

Sample:
[
  1,
  1
]

text/html

Sample:
[1,1]

application/xml, text/xml

Sample:
<ArrayOfLengthUnitType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Location">
  <LengthUnitType>Meter</LengthUnitType>
  <LengthUnitType>Meter</LengthUnitType>
</ArrayOfLengthUnitType>