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
Next revisionBoth sides next revision
dev:web_api:v2:read_requests [2014/07/02 14:21] – [Zotero Server Read Requests] dstillmandev:web_api:v2:read_requests [2014/07/05 11:46] – [URL Parameters] correct max limit (100, not 99) dstillman
Line 1: Line 1:
 ====== Zotero Server Read Requests ====== ====== Zotero Server Read Requests ======
  
-**This is version of the Zotero Web API. For new development, use [[:dev/web_api/v3/start|API version 3]].**+**This is version of the Zotero Web API. For new development, use [[:dev/web_api/v3/start|API version 3]].**
  
 The page documents read requests available in the [[start|Zotero Web API]], providing read-only access to online Zotero libraries. The page documents read requests available in the [[start|Zotero Web API]], providing read-only access to online Zotero libraries.
Line 100: Line 100:
 | 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/v2/read_requests.txt · Last modified: 2017/11/27 04:16 by bwiernik