AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MTurk.AmazonMTurkRequest
      Amazon.MTurk.Model.ListReviewableHITsRequest

Namespace: Amazon.MTurk.Model
Assembly: AWSSDK.MTurk.dll
Version: 3.x.y.z

Syntax

C#
public class ListReviewableHITsRequest : AmazonMTurkRequest
         IAmazonWebServiceRequest

The ListReviewableHITsRequest type exposes the following members

Constructors

NameDescription
Public Method ListReviewableHITsRequest()

Properties

NameTypeDescription
Public Property HITTypeId System.String

Gets and sets the property 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

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

Limit the number of results returned.

Public Property NextToken System.String

Gets and sets the property NextToken.

Pagination Token

Public Property Status Amazon.MTurk.ReviewableHITStatus

Gets and sets the property Status.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5