Description Usage Arguments Details Value Author(s) References See Also Examples
Get HITs that are currently reviewable.
| 1 2 3 4 | 
| hit.type | An optional character string containing a HITTypeId to consider when looking for reviewable HITs. | 
| status | An optional character string of either “Reviewable” or “Reviewing” limiting the search to HITs of with either status. | 
| response.group | A character string specifying what details of each HIT to return. API currently only supports “Minimal”. For more information, see Common Parameters and HIT Data Structure. | 
| return.all | A logical indicating whether all QualificationTypes (as opposed to a specified page of the search results) should be returned. Default is  | 
| pagenumber | An optional character string indicating which page of search results should be returned. Most users can ignore this. | 
| pagesize | An optional character string indicating how many search results should be returned by each request, between 1 and 100. Most users can ignore this. | 
| sortproperty | One of “Title”, “Reward”, “Expiration”, “CreationTime”, “Enumeration”. Ignored if  | 
| sortdirection | Either “Ascending” or “Descending”. Ignored if  | 
| verbose | Optionally print the results of the API request to the standard output. Default is taken from  | 
| ... | Additional arguments passed to  | 
A simple function to return the HITIds of HITs currently in “Reviewable” or “Reviewing” status. To retrieve additional details about each of these HITs, see GetHIT. This is an alternative to SearchHITs.
reviewable() is an alias.
A data frame containing only a column of HITIds.
Thomas J. Leeper
| 1 2 3 4 | ## Not run: 
GetReviewableHITs()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.