© 2024 Clarivate
GET /api/.../jobqueue/bib
Return a list of Bibliographic or Patron Bulk Change jobs in the queue.
Name | Type | Required | Description |
---|---|---|---|
jobType | String | Yes | The job type to return. |
[
{
"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"
}
]
Code | Description |
---|---|
200 | OK. Success |