Lines 37-44
Link Here
|
37 |
<dd>requests a particular format or set of formats in reporting availability</dd> |
37 |
<dd>requests a particular format or set of formats in reporting availability</dd> |
38 |
</dl> |
38 |
</dl> |
39 |
<h4>Example Call</h4> |
39 |
<h4>Example Call</h4> |
40 |
<a href="ilsdi.pl?service=GetAvailability&id=1+2+99999&id_type=item"> |
40 |
<a href="ilsdi.pl?service=GetAvailability&id=1+2+99999&id_type=item"> |
41 |
ilsdi.pl?service=GetAvailability&id=1+2+99999&id_type=item |
41 |
ilsdi.pl?service=GetAvailability&id=1+2+99999&id_type=item |
42 |
</a> |
42 |
</a> |
43 |
<h4>Example Response</h4> |
43 |
<h4>Example Response</h4> |
44 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
44 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
Lines 110-117
Link Here
|
110 |
</dd> |
110 |
</dd> |
111 |
</dl> |
111 |
</dl> |
112 |
<h4>Example Call</h4> |
112 |
<h4>Example Call</h4> |
113 |
<a href="ilsdi.pl?service=GetRecords&id=1+2+99999"> |
113 |
<a href="ilsdi.pl?service=GetRecords&id=1+2+99999"> |
114 |
ilsdi.pl?service=GetRecords&id=1+2+99999 |
114 |
ilsdi.pl?service=GetRecords&id=1+2+99999 |
115 |
</a> |
115 |
</a> |
116 |
<h4>Example Response</h4> |
116 |
<h4>Example Response</h4> |
117 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
117 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
Lines 314-321
Link Here
|
314 |
</dd> |
314 |
</dd> |
315 |
</dl> |
315 |
</dl> |
316 |
<h4>Example Call</h4> |
316 |
<h4>Example Call</h4> |
317 |
<a href="ilsdi.pl?service=GetAuthorityRecords&id=1+2+99999"> |
317 |
<a href="ilsdi.pl?service=GetAuthorityRecords&id=1+2+99999"> |
318 |
ilsdi.pl?service=GetAuthorityRecords&id=1+2+99999 |
318 |
ilsdi.pl?service=GetAuthorityRecords&id=1+2+99999 |
319 |
</a> |
319 |
</a> |
320 |
<h4>Example Response</h4> |
320 |
<h4>Example Response</h4> |
321 |
<pre><xml version="1.0" encoding="UTF-8">; |
321 |
<pre><xml version="1.0" encoding="UTF-8">; |
Lines 372-379
Link Here
|
372 |
</dd> |
372 |
</dd> |
373 |
</dl> |
373 |
</dl> |
374 |
<h4>Example Call</h4> |
374 |
<h4>Example Call</h4> |
375 |
<a href="ilsdi.pl?service=LookupPatron&id=815&id_type=cardnumber"> |
375 |
<a href="ilsdi.pl?service=LookupPatron&id=815&id_type=cardnumber"> |
376 |
ilsdi.pl?service=LookupPatron&id=815&id_type=cardnumber |
376 |
ilsdi.pl?service=LookupPatron&id=815&id_type=cardnumber |
377 |
</a> |
377 |
</a> |
378 |
<h4>Example Response</h4> |
378 |
<h4>Example Response</h4> |
379 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
379 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
Lines 393-400
Link Here
|
393 |
<dd>user's password</dd> |
393 |
<dd>user's password</dd> |
394 |
</dl> |
394 |
</dl> |
395 |
<h4>Example Call</h4> |
395 |
<h4>Example Call</h4> |
396 |
<a href="ilsdi.pl?service=AuthenticatePatron&username=john9&password=soul"> |
396 |
<a href="ilsdi.pl?service=AuthenticatePatron&username=john9&password=soul"> |
397 |
ilsdi.pl?service=AuthenticatePatron&username=john9&password=soul |
397 |
ilsdi.pl?service=AuthenticatePatron&username=john9&password=soul |
398 |
</a> |
398 |
</a> |
399 |
<h4>Example Response</h4> |
399 |
<h4>Example Response</h4> |
400 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
400 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
Lines 423-430
Link Here
|
423 |
<dd>whether or not to return loan information in the response</dd> |
423 |
<dd>whether or not to return loan information in the response</dd> |
424 |
</dl> |
424 |
</dl> |
425 |
<h4>Example Call</h4> |
425 |
<h4>Example Call</h4> |
426 |
<a href="ilsdi.pl?service=GetPatronInfo&patron_id=1&show_contact=0&show_loans=1"> |
426 |
<a href="ilsdi.pl?service=GetPatronInfo&patron_id=1&show_contact=0&show_loans=1"> |
427 |
ilsdi.pl?service=GetPatronInfo&patron_id=1&show_contact=0&show_loans=1 |
427 |
ilsdi.pl?service=GetPatronInfo&patron_id=1&show_contact=0&show_loans=1 |
428 |
</a> |
428 |
</a> |
429 |
<h4>Example Response</h4> |
429 |
<h4>Example Response</h4> |
430 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
430 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
Lines 542-549
Link Here
|
542 |
<dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd> |
542 |
<dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd> |
543 |
</dl> |
543 |
</dl> |
544 |
<h4>Example Call</h4> |
544 |
<h4>Example Call</h4> |
545 |
<a href="ilsdi.pl?service=GetPatronStatus&patron_id=1"> |
545 |
<a href="ilsdi.pl?service=GetPatronStatus&patron_id=1"> |
546 |
ilsdi.pl?service=GetPatronStatus&patron_id=1 |
546 |
ilsdi.pl?service=GetPatronStatus&patron_id=1 |
547 |
</a> |
547 |
</a> |
548 |
<h4>Example Response</h4> |
548 |
<h4>Example Response</h4> |
549 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
549 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
Lines 565-572
Link Here
|
565 |
<dd>system item identifier</dd> |
565 |
<dd>system item identifier</dd> |
566 |
</dl> |
566 |
</dl> |
567 |
<h4>Example Call</h4> |
567 |
<h4>Example Call</h4> |
568 |
<a href="ilsdi.pl?service=GetServices&patron_id=1&item_id=1"> |
568 |
<a href="ilsdi.pl?service=GetServices&patron_id=1&item_id=1"> |
569 |
ilsdi.pl?service=GetServices&patron_id=1&item_id=1 |
569 |
ilsdi.pl?service=GetServices&patron_id=1&item_id=1 |
570 |
</a> |
570 |
</a> |
571 |
<h4>Example Response</h4> |
571 |
<h4>Example Response</h4> |
572 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
572 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
Lines 589-596
Link Here
|
589 |
<dd>the date the patron would like the item returned by</dd> |
589 |
<dd>the date the patron would like the item returned by</dd> |
590 |
</dl> |
590 |
</dl> |
591 |
<h4>Example Call</h4> |
591 |
<h4>Example Call</h4> |
592 |
<a href="ilsdi.pl?service=RenewLoan&patron_id=1&item_id=1"> |
592 |
<a href="ilsdi.pl?service=RenewLoan&patron_id=1&item_id=1"> |
593 |
ilsdi.pl?service=RenewLoan&patron_id=1&item_id=1 |
593 |
ilsdi.pl?service=RenewLoan&patron_id=1&item_id=1 |
594 |
</a> |
594 |
</a> |
595 |
<h4>Example Response</h4> |
595 |
<h4>Example Response</h4> |
596 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
596 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
Lines 620-627
Link Here
|
620 |
<dd>date after which item returned to shelf if item is not picked up</dd> |
620 |
<dd>date after which item returned to shelf if item is not picked up</dd> |
621 |
</dl> |
621 |
</dl> |
622 |
<h4>Example Call</h4> |
622 |
<h4>Example Call</h4> |
623 |
<a href="ilsdi.pl?service=HoldTitle&patron_id=1&bib_id=1&request_location=127.0.0.1"> |
623 |
<a href="ilsdi.pl?service=HoldTitle&patron_id=1&bib_id=1&request_location=127.0.0.1"> |
624 |
ilsdi.pl?service=HoldTitle&patron_id=1&bib_id=1&request_location=127.0.0.1 |
624 |
ilsdi.pl?service=HoldTitle&patron_id=1&bib_id=1&request_location=127.0.0.1 |
625 |
</a> |
625 |
</a> |
626 |
<h4>Example Response</h4> |
626 |
<h4>Example Response</h4> |
627 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
627 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
Lines 651-658
Link Here
|
651 |
<dd>date after which item returned to shelf if item is not picked up</dd> |
651 |
<dd>date after which item returned to shelf if item is not picked up</dd> |
652 |
</dl> |
652 |
</dl> |
653 |
<h4>Example Call</h4> |
653 |
<h4>Example Call</h4> |
654 |
<a href="ilsdi.pl?service=HoldItem&patron_id=1&bib_id=1&item_id=1"> |
654 |
<a href="ilsdi.pl?service=HoldItem&patron_id=1&bib_id=1&item_id=1"> |
655 |
ilsdi.pl?service=HoldItem&patron_id=1&bib_id=1&item_id=1 |
655 |
ilsdi.pl?service=HoldItem&patron_id=1&bib_id=1&item_id=1 |
656 |
</a> |
656 |
</a> |
657 |
<h4>Example Response</h4> |
657 |
<h4>Example Response</h4> |
658 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
658 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
Lines 674-681
Link Here
|
674 |
<dd>system item identifier</dd> |
674 |
<dd>system item identifier</dd> |
675 |
</dl> |
675 |
</dl> |
676 |
<h4>Example Call</h4> |
676 |
<h4>Example Call</h4> |
677 |
<a href="ilsdi.pl?service=CancelHold&patron_id=1&item_id=1"> |
677 |
<a href="ilsdi.pl?service=CancelHold&patron_id=1&item_id=1"> |
678 |
ilsdi.pl?service=CancelHold&patron_id=1&item_id=1 |
678 |
ilsdi.pl?service=CancelHold&patron_id=1&item_id=1 |
679 |
</a> |
679 |
</a> |
680 |
<h4>Example Response</h4> |
680 |
<h4>Example Response</h4> |
681 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
681 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
Lines 689-719
Link Here
|
689 |
<ul> |
689 |
<ul> |
690 |
<li>HarvestBibliographicRecords <em>(Use OAI-PMH instead)</em></li> |
690 |
<li>HarvestBibliographicRecords <em>(Use OAI-PMH instead)</em></li> |
691 |
<li>HarvestExpandedRecords <em>(Use OAI-PMH instead)</em></li> |
691 |
<li>HarvestExpandedRecords <em>(Use OAI-PMH instead)</em></li> |
692 |
<li><a href="ilsdi.pl?service=Describe&verb=GetAvailability">GetAvailability</a></li> |
692 |
<li><a href="ilsdi.pl?service=Describe&verb=GetAvailability">GetAvailability</a></li> |
693 |
<li>GoToBibliographicRequestPage <em>(Use OPAC instead)</em></li> |
693 |
<li>GoToBibliographicRequestPage <em>(Use OPAC instead)</em></li> |
694 |
</ul> |
694 |
</ul> |
695 |
<h2>Level 2: Elementary OPAC supplement</h2> |
695 |
<h2>Level 2: Elementary OPAC supplement</h2> |
696 |
<ul> |
696 |
<ul> |
697 |
<li>HarvestAuthorityRecords <em>(Use OAI-PMH instead)</em></li> |
697 |
<li>HarvestAuthorityRecords <em>(Use OAI-PMH instead)</em></li> |
698 |
<li>HarvestHoldingsRecords <em>(Use OAI-PMH instead)</em></li> |
698 |
<li>HarvestHoldingsRecords <em>(Use OAI-PMH instead)</em></li> |
699 |
<li><a href="ilsdi.pl?service=Describe&verb=GetRecords">GetRecords</a></li> |
699 |
<li><a href="ilsdi.pl?service=Describe&verb=GetRecords">GetRecords</a></li> |
700 |
<li>Search <em>(Use SRU instead)</em></li> |
700 |
<li>Search <em>(Use SRU instead)</em></li> |
701 |
<li>Scan <em>(Use SRU instead)</em></li> |
701 |
<li>Scan <em>(Use SRU instead)</em></li> |
702 |
<li><a href="ilsdi.pl?service=Describe&verb=GetAuthorityRecords">GetAuthorityRecords</a></li> |
702 |
<li><a href="ilsdi.pl?service=Describe&verb=GetAuthorityRecords">GetAuthorityRecords</a></li> |
703 |
<li>OutputRewritablePage <em>(Not supported yet)</em></li> |
703 |
<li>OutputRewritablePage <em>(Not supported yet)</em></li> |
704 |
<li>OutputIntermediateFormat <em>(Not supported yet)</em></li> |
704 |
<li>OutputIntermediateFormat <em>(Not supported yet)</em></li> |
705 |
</ul> |
705 |
</ul> |
706 |
<h2>Level 3: Elementary OPAC alternative</h2> |
706 |
<h2>Level 3: Elementary OPAC alternative</h2> |
707 |
<ul> |
707 |
<ul> |
708 |
<li><a href="ilsdi.pl?service=Describe&verb=LookupPatron">LookupPatron</a></li> |
708 |
<li><a href="ilsdi.pl?service=Describe&verb=LookupPatron">LookupPatron</a></li> |
709 |
<li><a href="ilsdi.pl?service=Describe&verb=AuthenticatePatron">AuthenticatePatron</a></li> |
709 |
<li><a href="ilsdi.pl?service=Describe&verb=AuthenticatePatron">AuthenticatePatron</a></li> |
710 |
<li><a href="ilsdi.pl?service=Describe&verb=GetPatronInfo">GetPatronInfo</a></li> |
710 |
<li><a href="ilsdi.pl?service=Describe&verb=GetPatronInfo">GetPatronInfo</a></li> |
711 |
<li><a href="ilsdi.pl?service=Describe&verb=GetPatronStatus">GetPatronStatus</a></li> |
711 |
<li><a href="ilsdi.pl?service=Describe&verb=GetPatronStatus">GetPatronStatus</a></li> |
712 |
<li><a href="ilsdi.pl?service=Describe&verb=GetServices">GetServices</a></li> |
712 |
<li><a href="ilsdi.pl?service=Describe&verb=GetServices">GetServices</a></li> |
713 |
<li><a href="ilsdi.pl?service=Describe&verb=RenewLoan">RenewLoan</a></li> |
713 |
<li><a href="ilsdi.pl?service=Describe&verb=RenewLoan">RenewLoan</a></li> |
714 |
<li><a href="ilsdi.pl?service=Describe&verb=HoldTitle">HoldTitle</a></li> |
714 |
<li><a href="ilsdi.pl?service=Describe&verb=HoldTitle">HoldTitle</a></li> |
715 |
<li><a href="ilsdi.pl?service=Describe&verb=HoldItem">HoldItem</a></li> |
715 |
<li><a href="ilsdi.pl?service=Describe&verb=HoldItem">HoldItem</a></li> |
716 |
<li><a href="ilsdi.pl?service=Describe&verb=CancelHold">CancelHold</a></li> |
716 |
<li><a href="ilsdi.pl?service=Describe&verb=CancelHold">CancelHold</a></li> |
717 |
<li>RecallItem <em>(Not supported by Koha)</em></li> |
717 |
<li>RecallItem <em>(Not supported by Koha)</em></li> |
718 |
<li>CancelRecall <em>(Not supported by Koha)</em></li> |
718 |
<li>CancelRecall <em>(Not supported by Koha)</em></li> |
719 |
</ul> |
719 |
</ul> |
720 |
- |
|
|