v1
latestOpenAPI 3.0.12026-07-1410045.5 KBGet Requested Resources
This API returns a list of requested resources to be picked from the shelf in Alma
Query parameters
The library of the given circulation desk or department where the resources are located. Mandatory.
The circulation desk where the action is being performed. Mandatory.
The location code. Optional.
The order in which to retrieve the results: location/call_number (default).
The order direction in which to retrieve the results. Optional.
The pickup institution. Optional.
Show reported results: Y/N. Optional.
Show printed results: Y/N. Optional.
Limits the number of results. Optional. Valid values are 0-100. Default value: 10.
Offset of the results returned. Optional. Default value: 0, which means that the first results will be returned.
Response
OK - This method returns an object based on rest_requested_resources.xsd. See here
Example response
{
"requested_resource": [
{
"location": {
"call_number": "BD450 .T266 1989",
"copy": [
{
"barcode": "38751000062809",
"base_status": {
"value": "0"
},
"pid": "23321797470001021",
"storage_location_id": "159111000"
}
],
"holding_id": {
"value": "22321797490001021"
},
"library": {
"value": "TML"
},
"shelving_location": "STACK"
},
"request": [
{
"comment": "your request is important to us",
"id": "1117421001021",
"request_date": "2015-05-05Z",
"request_time": "2013-11-12T14:59:59.000Z",
"requester": {
"value": "John Smith"
}
}
],
"resource_metadata": {
"author": "Taylor, Charles, 1931-",
"isbn": "0674824253 (alk. paper)",
"mms_id": {
"value": "99102122810001021"
},
"publication_place": "Cambridge, Mass. :",
"publication_year": "1989",
"publisher": "Harvard University",
"title": "Sources of the self : the making of the modern identity / Charles Taylor."
}
}
]
}