View source: R/mturk_operations.R
mturk_list_qualification_requests | R Documentation |
The list_qualification_requests
operation retrieves requests for Qualifications of a particular Qualification type. The owner of the Qualification type calls this operation to poll for pending requests, and accepts them using the AcceptQualification operation.
See https://www.paws-r-sdk.com/docs/mturk_list_qualification_requests/ for full documentation.
mturk_list_qualification_requests(
QualificationTypeId = NULL,
NextToken = NULL,
MaxResults = NULL
)
QualificationTypeId |
The ID of the QualificationType. |
NextToken |
|
MaxResults |
The maximum number of results to return in a single call. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.