mturk_list_hi_ts_for_qualification_type {paws.analytics} | R Documentation |
The ListHITsForQualificationType operation returns the HITs that use the given Qualification type for a Qualification requirement
Description
The list_hi_ts_for_qualification_type
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 delete_hit
operation or that have been auto-deleted.
See https://www.paws-r-sdk.com/docs/mturk_list_hi_ts_for_qualification_type/ for full documentation.
Usage
mturk_list_hi_ts_for_qualification_type(
QualificationTypeId,
NextToken = NULL,
MaxResults = NULL
)
Arguments
QualificationTypeId |
[required] The ID of the Qualification type to use when querying HITs. |
NextToken |
Pagination Token |
MaxResults |
Limit the number of results returned. |
[Package paws.analytics version 0.9.0 Index]