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:fulltext_content [2013/11/05 17:56] dstillmandev:web_api:v2:fulltext_content [2015/11/03 15:03] dstillman
Line 1: Line 1:
-====== Full-text Content Requests ======+====== Full-Text Content Requests ======
  
 This page documents the methods to access full-text content of Zotero items via the [[start|Zotero Server API]]. See the [[Read Requests]] page for basic information on accessing the API, including possible HTTP status codes not listed here. This page documents the methods to access full-text content of Zotero items via the [[start|Zotero Server API]]. See the [[Read Requests]] page for basic information on accessing the API, including possible HTTP status codes not listed here.
Line 6: Line 6:
  
   GET <userOrGroupPrefix>/fulltext?newer=<version>   GET <userOrGroupPrefix>/fulltext?newer=<version>
- 
-''<itemKey>'' should correspond to an existing attachment item. ''<version>'' should be the ''Last-Modified-Version'' returned from the previous check, or 0 if none. 
  
   Content-Type: application/json   Content-Type: application/json
Line 64: Line 62:
 | ''400 Bad Request'' | Invalid JSON was provided. | | ''400 Bad Request'' | Invalid JSON was provided. |
 | ''404 Not Found'' | The item wasn't found or was not an attachment. | | ''404 Not Found'' | The item wasn't found or was not an attachment. |
 +
 +==== Searching for items by full-text content ====
 +
 +See the ''q'' and ''qmode'' [[read_requests#search_parameters|search parameters]].
dev/web_api/v2/fulltext_content.txt · Last modified: 2017/11/27 04:19 by bwiernik