GET api/RoutineMaintDefects?DefectResponse={DefectResponse}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DefectResponse

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of RoutineMaint_Defect_Response
NameDescriptionTypeAdditional information
ResponseID

integer

None.

ResponseListID

integer

None.

ResponseDescription

string

None.

Notes

string

None.

ReponseListDescription

string

None.

ResponseListNotes

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ResponseID": 1,
    "ResponseListID": 2,
    "ResponseDescription": "sample string 3",
    "Notes": "sample string 4",
    "ReponseListDescription": "sample string 5",
    "ResponseListNotes": "sample string 6"
  },
  {
    "ResponseID": 1,
    "ResponseListID": 2,
    "ResponseDescription": "sample string 3",
    "Notes": "sample string 4",
    "ReponseListDescription": "sample string 5",
    "ResponseListNotes": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfRoutineMaint_Defect_Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BridgeStationDAL">
  <RoutineMaint_Defect_Response>
    <Notes>sample string 4</Notes>
    <ReponseListDescription>sample string 5</ReponseListDescription>
    <ResponseDescription>sample string 3</ResponseDescription>
    <ResponseID>1</ResponseID>
    <ResponseListID>2</ResponseListID>
    <ResponseListNotes>sample string 6</ResponseListNotes>
  </RoutineMaint_Defect_Response>
  <RoutineMaint_Defect_Response>
    <Notes>sample string 4</Notes>
    <ReponseListDescription>sample string 5</ReponseListDescription>
    <ResponseDescription>sample string 3</ResponseDescription>
    <ResponseID>1</ResponseID>
    <ResponseListID>2</ResponseListID>
    <ResponseListNotes>sample string 6</ResponseListNotes>
  </RoutineMaint_Defect_Response>
</ArrayOfRoutineMaint_Defect_Response>