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 ListAssignmentsForHIT operation. The ListAssignmentsForHIT operation retrieves completed assignments for a HIT. You can use this operation to retrieve the results for a HIT.

You can get assignments for a HIT at any time, even if the HIT is not yet Reviewable. If a HIT requested multiple assignments, and has received some results but has not yet become Reviewable, you can still retrieve the partial results with this operation.

Use the AssignmentStatus parameter to control which set of assignments for a HIT are returned. The ListAssignmentsForHIT operation can return submitted assignments awaiting approval, or it can return assignments that have already been approved or rejected. You can set AssignmentStatus=Approved,Rejected to get assignments that have already been approved and rejected together in one result set.

Only the Requester who created the HIT can retrieve the assignments for that HIT.

Results are sorted and divided into numbered pages and the operation returns a single page of results. You can use the parameters of the operation to control sorting and pagination.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListAssignmentsForHITRequest : AmazonMTurkRequest
         IAmazonWebServiceRequest

The ListAssignmentsForHITRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AssignmentStatuses System.Collections.Generic.List<System.String>

Gets and sets the property AssignmentStatuses.

The status of the assignments to return: Submitted | Approved | Rejected

Public Property HITId System.String

Gets and sets the property HITId.

The ID of the HIT.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

Public Property NextToken System.String

Gets and sets the property NextToken.

Pagination token

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