-
Notifications
You must be signed in to change notification settings - Fork 0
Web API
Michael Morris-Pearce edited this page May 2, 2018
·
4 revisions
In a nutshell:
GET /ill/data/by-campus/{CAMPUS}/borrowing.{EXTENSION}?startDate={DATE}&endDate={DATE}
GET /ill/data/by-campus/{CAMPUS}/lending.{EXTENSION}?startDate={DATE}&endDate={DATE}
Where {CAMPUS} can be one of:
-
OELA
UCLA Document Delivery -
NRLF
Northern Regional Library Facility -
SRLF
Southern Regional Library Facility -
UCB
UC Berkeley -
UCD
UC Davis -
UCI
UC Irvine -
UCLA
UC Los Angeles -
UCM
UC Merced -
UCR
UC Riverside -
UCSB
UC Santa Barbara -
UCSC
UC Santa Cruz -
UCSD
UC San Diego -
UCSF
UC San Francisco -
all
All of the above combined
Where EXTENSION
can be one of:
-
csv
text/csv -
json
application/json -
xml
application/xml
Where DATE
is formatted yyyy-MM-dd
. For example, 2017-12-31
. Start and end dates are both optional.