mturk_list_workers_with_qualification_type {paws.analytics} | R Documentation |
The ListWorkersWithQualificationType operation returns all of the Workers that have been associated with a given Qualification type
Description
The list_workers_with_qualification_type
operation returns all of the Workers that have been associated with a given Qualification type.
See https://www.paws-r-sdk.com/docs/mturk_list_workers_with_qualification_type/ for full documentation.
Usage
mturk_list_workers_with_qualification_type(
QualificationTypeId,
Status = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
QualificationTypeId |
[required] The ID of the Qualification type of the Qualifications to return. |
Status |
The status of the Qualifications to return. Can be |
NextToken |
Pagination Token |
MaxResults |
Limit the number of results returned. |
[Package paws.analytics version 0.7.0 Index]