Web Services (REST)


ทดลองเรียกใช้รายการเว็บเซอร์วิสที่มีให้บริการ
Description
Developer-LMS Access to UC-TAL Bibliographic holdings
Base URL
http://api.walai.net/ucdevapirest
API Resource & Methods Description Path HTTP Method
CreateDTAPA
Try API
Create APA style for record in UC-TAL by UC BibID /api/CreateDTAPA?ucbibid={ucbibid} GET
GetUCILLTracking
Try API
Get tracking of your request item in ILL system /api/GetUCILLTracking?locationid={locationid}&localmemberid={localmemberid} GET
downloadMarc
Try API
Retrieve a single record in UC-TAL by UC BibID /api/downloadMarc?ucbibid={ucbibid} GET
downloadMarcByLocal
Try API
Retrieve a single record in UC-TAL by your Local BibID /api/downloadMarcByLocal?localbibid={localbibid}&locationid={locationid} GET
getToken
Try API
Get your token key, date expire and limit remain by your email and password /api/getToken?email={email}&password={password} GET
getUCBibByISBN
Try API
Retrieve records in UC-TAL by ISBNISSN /api/getUCBibByISBN?isbnissn={isbnissn}&pageno={pageno}&perpage={perpage}&orderby={orderby} GET
getLocation
Try API
Retrieve location data in UC-TAL by library symbol /api/getLocation?symbol={symbol} GET
getCountbibByMattype
Try API
Retrieve count all records in UC-TAL by material type /api/getCountbibByMattype? GET
getCountbibByLang
Try API
Retrieve count all records in UC-TAL by language /api/getCountbibByLang? GET
SearchAuth
Try API
Search Subject Heading /api/Home/SearchAuth/{keyword}/{searchFlag}/{page}/{rowPerPage} GET