mturk_list_reviewable_hi_ts: The ListReviewableHITs operation retrieves the HITs with...

View source: R/mturk_operations.R

mturk_list_reviewable_hi_tsR Documentation

The ListReviewableHITs operation retrieves the HITs with Status equal to Reviewable or Status equal to Reviewing that belong to the Requester calling the operation

Description

The list_reviewable_hi_ts operation retrieves the HITs with Status equal to Reviewable or Status equal to Reviewing that belong to the Requester calling the operation.

See https://www.paws-r-sdk.com/docs/mturk_list_reviewable_hi_ts/ for full documentation.

Usage

mturk_list_reviewable_hi_ts(
  HITTypeId = NULL,
  Status = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

HITTypeId

The ID of the HIT type of the HITs to consider for the query. If not specified, all HITs for the Reviewer are considered

Status

Can be either Reviewable or Reviewing. Reviewable is the default value.

NextToken

Pagination Token

MaxResults

Limit the number of results returned.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.