Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dev:web_api:v3:global_search [2017/06/13 06:48] – created dstillmandev:web_api:v3:global_search [2017/11/12 19:53] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<html><p id="zotero-5-update-warning" style="color: red; font-weight: bold">We’re
 +in the process of updating the documentation for
 +<a href="https://www.zotero.org/blog/zotero-5-0">Zotero 5.0</a>. Some documentation
 +may be outdated in the meantime. Thanks for your understanding.</p></html>
 +
 +
 ====== Zotero Web API Global Search ====== ====== Zotero Web API Global Search ======
    
Line 8: Line 14:
    
 <code> <code>
-GET /globalitems+GET /global
 </code> </code>
    
Line 22: Line 28:
 Examples: Examples:
    
-  * ''/globalitems?q=virtual'' +  * ''/global?q=virtual'' 
-  * ''/globalitems?doi=10.1016/j.rser.2011.07.104'' +  * ''/global?doi=10.1016/j.rser.2011.07.104'' 
-  * ''/globalitems?isbn=1421402831''+  * ''/global?isbn=1421402831''
    
 ===== Getting Public Library Items for a Global Item ===== ===== Getting Public Library Items for a Global Item =====
    
 <code> <code>
-GET /globalitems/<URL-encoded-id>/items+GET /global/items?id=<global item id>
 </code> </code>
    
 Examples: Examples:
    
-  * ''/globalitems/doi%3A10.1016%2Fj.rser.2011.07.104/items'' +  * ''/global/items?id=doi:10.1016/j.rser.2011.07.104'' 
-  * ''/globalitems/isbn%3A1421402831/items''+  * ''/global/items?id=isbn:1421402831''
  
dev/web_api/v3/global_search.txt · Last modified: 2017/11/12 19:53 by 127.0.0.1