paws.analytics (version 0.1.0)

mturk_list_workers_with_qualification_type: The ListWorkersWithQualificationType operation returns all of the Workers that have been associated with a given Qualification type

Description

The ListWorkersWithQualificationType operation returns all of the Workers that have been associated with a given Qualification type.

Usage

mturk_list_workers_with_qualification_type(QualificationTypeId, Status,
  NextToken, MaxResults)

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.

Request syntax

svc$list_workers_with_qualification_type(
  QualificationTypeId = "string",
  Status = "Granted"|"Revoked",
  NextToken = "string",
  MaxResults = 123
)