Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListAssignmentsForHITRequest

import type { ListAssignmentsForHITRequest } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface ListAssignmentsForHITRequest {
AssignmentStatuses?: AssignmentStatus[] | null;
HITId: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
AssignmentStatuses?: AssignmentStatus[] | null
[src]

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

§
HITId: string
[src]

The ID of the HIT.

§
MaxResults?: number | null
[src]
§
NextToken?: string | null
[src]

Pagination token