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

ListReviewableHITsRequest

import type { ListReviewableHITsRequest } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface ListReviewableHITsRequest {
HITTypeId?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
Status?: ReviewableHITStatus | null;
}

§Properties

§
HITTypeId?: string | null
[src]

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

§
MaxResults?: number | null
[src]

Limit the number of results returned.

§
NextToken?: string | null
[src]

Pagination Token

§
Status?: ReviewableHITStatus | null
[src]

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