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

ListReviewPolicyResultsForHITRequest

import type { ListReviewPolicyResultsForHITRequest } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface ListReviewPolicyResultsForHITRequest {
HITId: string;
MaxResults?: number | null;
NextToken?: string | null;
PolicyLevels?: ReviewPolicyLevel[] | null;
RetrieveActions?: boolean | null;
RetrieveResults?: boolean | null;
}

§Properties

§
HITId: string
[src]

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

§
MaxResults?: number | null
[src]

Limit the number of results returned.

§
NextToken?: string | null
[src]

Pagination token

§
PolicyLevels?: ReviewPolicyLevel[] | null
[src]

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.

§
RetrieveActions?: boolean | null
[src]

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

§
RetrieveResults?: boolean | null
[src]

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