Pick List Header IDs

Get list of header IDs used when displaying the patron's Pick List

GET /api/.../readerservices/picklistheaderids?orgid={orgid}

Return a list of header IDs for a specific branch.

Header DescriptionID
Author1
Title2
MaterialType3
Collection4
CallNumber5
ItemAssignedBranch6
Status7
Barcode8
ShelfLocation9

Request Information

Parameters
Name Type Required Description
orgid Integer Yes Filter by branch ID.

Response Information

Example
application/json, text/json
[
  3,
  2,
  1,
  4,
  5,
  7,
  8,
  9
]

HTTP Response Codes

Code Description
200 OK. Success