paws.analytics (version 0.1.0)

mturk_list_hi_ts_for_qualification_type: The ListHITsForQualificationType operation returns the HITs that use the given Qualification type for a Qualification requirement

Description

The ListHITsForQualificationType operation returns the HITs that use the given Qualification type for a Qualification requirement. The operation returns HITs of any status, except for HITs that have been deleted with the DeleteHIT operation or that have been auto-deleted.

Usage

mturk_list_hi_ts_for_qualification_type(QualificationTypeId, NextToken,
  MaxResults)

Arguments

QualificationTypeId

[required] The ID of the Qualification type to use when querying HITs.

NextToken

Pagination Token

MaxResults

Limit the number of results returned.

Request syntax

svc$list_hi_ts_for_qualification_type(
  QualificationTypeId = "string",
  NextToken = "string",
  MaxResults = 123
)