paws.analytics (version 0.1.0)

mturk_list_qualification_types: The ListQualificationTypes operation returns a list of Qualification types, filtered by an optional search term

Description

The ListQualificationTypes operation returns a list of Qualification types, filtered by an optional search term.

Usage

mturk_list_qualification_types(Query, MustBeRequestable,
  MustBeOwnedByCaller, NextToken, MaxResults)

Arguments

Query

A text query against all of the searchable attributes of Qualification types.

MustBeRequestable

[required] Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site, such as by taking a Qualification test, are returned as results of the search. Some Qualification types, such as those assigned automatically by the system, cannot be requested directly by users. If false, all Qualification types, including those managed by the system, are considered. Valid values are True \| False.

MustBeOwnedByCaller

Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types.

NextToken
MaxResults

The maximum number of results to return in a single call.

Request syntax

svc$list_qualification_types(
  Query = "string",
  MustBeRequestable = TRUE|FALSE,
  MustBeOwnedByCaller = TRUE|FALSE,
  NextToken = "string",
  MaxResults = 123
)