mturk_list_workers_with_qualification_type: The ListWorkersWithQualificationType operation returns all of...

View source: R/mturk_operations.R

mturk_list_workers_with_qualification_typeR 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 Granted | Revoked.

NextToken

Pagination Token

MaxResults

Limit the number of results returned.


paws.analytics documentation built on Sept. 12, 2024, 6:40 a.m.