mskcc / LimsRest

the restful service used by the IGO LIMS
2 stars 2 forks source link

Endpoint: "/getUndeliveredProjects" #127

Closed DavidStreid closed 4 years ago

DavidStreid commented 4 years ago

Description: Returning list of undelivered projects for the past n days. Also, modified RequestSummary's SampleNumber field to a Short (from Integer) because everywhere it is set, it is converted from a short to an integer (See GetSampleQC & GetDelivered)

Sample Response

[
   {
      "samples": [],
      "requestId": "05427_I",
      "requestType": "ddPCR",
      "investigator": "Parisa Momtaz",
      "pi": "Paul Chapman",
      "analysisRequested": false,
      "recordId": 0,
      "sampleNumber": 68,
      "restStatus": "SUCCESS",
      "autorunnable": false,
      "deliveryDate": []
   },
   ...
]
mskbot commented 4 years ago

Can one of the admins verify this patch?