Skip to content

Commit

Permalink
added the new fields in the API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cmadjar committed Jan 10, 2019
1 parent 96f5246 commit ef40a59
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions docs/API/LorisRESTAPI_v0.0.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,14 @@ Returns file level QC information. It will return a JSON object of the form:
"File" : $Filename
},
"QC" : "Pass|Fail",
"Selected" : boolean
"Selected" : boolean,
"Caveats" : {
"Severity" : $severity,
"Header" : $header,
"Value" : $headerValue,
"ValidRange" : $headerValidRange,
"ValidRegex" : $headerValidRegex
}
}
```
Expand Down Expand Up @@ -668,7 +675,7 @@ will return a JSON object of the form:
"Description" : {
"SeriesName" : "",
"SeriesDescription" : ""
}
},
"Dimensions" : {
"XSpace" : {
"Length" : "",
Expand All @@ -686,6 +693,13 @@ will return a JSON object of the form:
"Length" : "",
"StepSize" : ""
}
},
"ScannerInfo" : {
"Manufacturer" : $scannerManufacturer,
"Model" : $scannerModel,
"SoftwareVersion" : $scannerSoftwareVersion,
"SerialNumber" : $scannerSerialNumber,
"FieldStrength" : $scannerFieldStrength
}
}
```
Expand Down

0 comments on commit ef40a59

Please sign in to comment.