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 ListReviewPolicyResultsForHIT operation. The ListReviewPolicyResultsForHIT operation retrieves the computed results and the actions taken in the course of executing your Review Policies for a given HIT. For information about how to specify Review Policies when you call CreateHIT, see Review Policies. The ListReviewPolicyResultsForHIT operation can return results for both Assignment-level and HIT-level review results.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListReviewPolicyResultsForHITRequest : AmazonMTurkRequest
         IAmazonWebServiceRequest

The ListReviewPolicyResultsForHITRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property HITId System.String

Gets and sets the property HITId.

The unique identifier of the HIT to retrieve review results for.

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 PolicyLevels System.Collections.Generic.List<System.String>

Gets and sets the property PolicyLevels.

The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default behavior is to retrieve all data for both policy levels. For a list of all the described policies, see Review Policies.

Public Property RetrieveActions System.Boolean

Gets and sets the property RetrieveActions.

Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their outcomes.

Public Property RetrieveResults System.Boolean

Gets and sets the property RetrieveResults.

Specify if the operation should retrieve a list of the results computed by the Review Policies.

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