Job Queue

List Job Queue

GET /api/.../jobqueue/bib

Return a list of Bibliographic or Patron Bulk Change jobs in the queue.

Request Information

Parameters
Name Type Required Description
jobType String Yes The job type to return.

Response Information

Example
application/json, text/json
[
  {
    "JobID" = 1,
    "RSName" = "sample string 2",
    "RSOwner" = "sample string 3",
    "RecordCount" = 4,
    "Status" = "sample string 5",
    "TimePosted" = "2014-10-29T17:38:00.51-04:00",
    "StartTime" = "2014-10-29T17:38:00.51-04:00",
    "EndTime" = "2014-10-29T19:38:00.51-04:00"
   },
 {
    "JobID" = 1,
    "RSName" = "sample string 2",
    "RSOwner" = "sample string 3",
    "RecordCount" = 4,
    "Status" = "sample string 5",
    "TimePosted" = "2014-10-29T17:38:00.51-04:00",
    "StartTime" = "2014-10-29T17:38:00.51-04:00",
    "EndTime" = "2014-10-29T19:38:00.51-04:00"
   }
]

HTTP Response Codes

Code Description
200 OK. Success