GET api/RestrictionsView

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of View_R_Length
NameDescriptionTypeAdditional information
length_VR

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "length_VR": 1
  },
  {
    "length_VR": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfView_R_Length xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">
  <View_R_Length>
    <length_VR>1</length_VR>
  </View_R_Length>
  <View_R_Length>
    <length_VR>1</length_VR>
  </View_R_Length>
</ArrayOfView_R_Length>