Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
dev:web_api:v1:read_api [2014/06/05 15:41] – "Server API" -> "Web API" dstillmandev:web_api:v1:read_api [2017/11/12 19:53] – 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 Server Read API ====== ====== Zotero Server Read API ======
  
-**This is version 1 of the Zotero Web API. For new development, use [[:dev/web_api/v2/start|API version 2]].**+**This is version 1 of the Zotero Web API. For new development, use [[:dev/web_api/v2/start|API version 3]].**
  
 The Read API, part of the [[start|Zotero Web API]], provides read-only access to online Zotero libraries. The Read API, part of the [[start|Zotero Web API]], provides read-only access to online Zotero libraries.
Line 91: Line 97:
 | order | "dateAdded", "dateModified", "title", "creator", "type", "date", "publisher", "publicationTitle", "journalAbbreviation", "language", "accessDate", "libraryCatalog", "callNumber", "rights", "addedBy", "numItems" (tags) | dateAdded | The name of the field by which entries are ordered | | order | "dateAdded", "dateModified", "title", "creator", "type", "date", "publisher", "publicationTitle", "journalAbbreviation", "language", "accessDate", "libraryCatalog", "callNumber", "rights", "addedBy", "numItems" (tags) | dateAdded | The name of the field by which entries are ordered |
 | sort | "asc", "desc" | varies by "order"  | The sorting direction of the field specified in the ''order'' parameter | | sort | "asc", "desc" | varies by "order"  | The sorting direction of the field specified in the ''order'' parameter |
-| limit | integer 1-99* | 50* | The maximum number of results to return with a single request. Required for export formats. |+| limit | integer 1-100* | 50* | The maximum number of results to return with a single request. Required for export formats. |
 | start | integer | 0 | The index of the first result. Combine with the limit parameter to select a slice of the available results. | | start | integer | 0 | The index of the first result. Combine with the limit parameter to select a slice of the available results. |
  
dev/web_api/v1/read_api.txt · Last modified: 2017/11/27 04:13 by bwiernik