GET Api/LU_LC_STATUS/Get

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LU_LC_STATUS
NameDescriptionTypeAdditional information
LC_STATUS_ID

integer

None.

LC_STATUS

string

None.

LANE_CLOSURE

Collection of LANE_CLOSURE

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "LC_STATUS_ID": 1,
    "LC_STATUS": "sample string 2"
  },
  {
    "LC_STATUS_ID": 1,
    "LC_STATUS": "sample string 2"
  }
]

text/xml

Sample:
<ArrayOfLU_LC_STATUS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/njdotEF">
  <LU_LC_STATUS>
    <LC_STATUS>sample string 2</LC_STATUS>
    <LC_STATUS_ID>1</LC_STATUS_ID>
  </LU_LC_STATUS>
  <LU_LC_STATUS>
    <LC_STATUS>sample string 2</LC_STATUS>
    <LC_STATUS_ID>1</LC_STATUS_ID>
  </LU_LC_STATUS>
</ArrayOfLU_LC_STATUS>