Job Queue

List Job Queue

GET /api/.../bibbulkchange/datafieldoperations?orgid={orgid}

Return a list of Bibliographic Bulk Change Data Fields Operations.

Request Information

Parameters
Name Type Required Description
OrganizationID Integer No The unique id assigned to the organization. Return values for a specific organization id. If not supplied, the base URL's logged on organization ID will be used.

Response Information

Example
application/json, text/json
[
  {
    "OperationID" = 1,
    "Description" = "sample string 2"
   },
 {
    "OperationID" = 2,
    "Description" = "sample string 4"
   },
]

HTTP Response Codes

Code Description
200 OK. Success
400 Bad Request