© 2024 Clarivate
GET /api/.../illsummary/{branchid}/{branchtypeid}/{illstatusid}
Get list of unclaimed received ILL requests for the pick up branch. Content will include all ILL requests in the status of 10 (received-held),
for given pickup branch and the unclaimed date is earlier than today.
GET /api/.../illsummary/{branchid}/2/10
Name | Type | Required | Description |
---|---|---|---|
branchid | Integer | Yes | Requested branch ID |
branchtypeid | Integer | Yes | Type of branch 1 = Requesting Patron Branch 2 = Pickup Branch 3 = Filling Item Branch |
illstatusid | Integer | Yes | ILL status ID 1 = Inactive 3 = Active 5 = Shipped 10 = Received-Held 11 = Received-Transfered 12 = Received-Satisfied 13 = Received-Satisfied 14 = Received-Used 14 = Received-UnUsed 15 = Returned 16 = Cancelled |
An HTTP return status code of 200 indicates success.
[
{
"RequestID":50,
"BrowseTitle":"SKATING FOR CROSS COUNTRY SKIERS",
"SortTitle":"SKATING FOR CROSS COUNTRY SKIERS",
"BrowseAuthor":"ENDESTAD AUDUN 1953",
"SortAuthor":"ENDESTAD AUDUN 04(1953)99",
"MarcTypeOfMaterialDescription":"Sound Recording",
"MaterialTypeDescription":"Book",
"PatronID":354609,
"PatronFullName":"Reed, Dean M",
"PatronBranchName":"Amsterdam Free Library",
"PatronBranchAbbreviation":"AMS",
"ItemRecordID":2922566,
"ItemBarcode":"ILL12222",
"StatusDate":"2009-01-03T23:59:59-05:00",
"RequestStatusID":10,
"PickupAreaDescription": "Curbside"
},
{
"RequestID":390,
"BrowseTitle":"The National Geographic Society : 100 years of adventure and discovery",
"SortTitle":"NATIONAL GEOGRAPHIC SOCIETY 03(100)99 YEARS OF ADVENTURE AND DISCOVERY",
"BrowseAuthor":"Bryan, C. D. B. (Courtlandt Dixon Barnes)",
"SortAuthor":"BRYAN C D B COURTLANDT DIXON BARNES",
"MarcTypeOfMaterialDescription":"Sound Recording",
"MaterialTypeDescription":"Book",
"PatronID":348491,
"PatronFullName":"Baas, Brittany L",
"PatronBranchName":"Hudson Falls Free Library",
"PatronBranchAbbreviation":"HUD",
"ItemRecordID":9797337,
"ItemBarcode":"5464564564",
"StatusDate":"2012-02-25T23:59:59-05:00",
"RequestStatusID":10,
"PickupAreaDescription": "Curbside"
}
]
Returns ILL requests summary data record list, for a pick list application.
Code | Description |
---|---|
200 | OK. Success |
400 | FAILURE. |