The GetQualificationsForQualificationType operation returns all of the Qualifications granted to Workers for a given Qualification type.
Results are divided into numbered "pages," and a single page of results is returned by the operation. Pagination can be controlled with parameters to the operation.
The following example of a call to the GetQualificationsForQualificationType operation returns the Qualifications assigned to Workers for the given Qualification type.
http://mechanicalturk.amazonaws.com/?Service=AWSMechanicalTurkRequester &AWSAccessKeyId=[the Requester's Access Key ID]&Version=2008-04-01 &Operation=GetQualificationsForQualificationType &Signature=[signature for this request]&Timestamp=[your system's local time]&QualificationTypeId=789RVWYBAZW00EXAMPLE
A request to the Mechanical Turk Service includes parameters that control its behavior and the data it returns. Required parameters must be included for the request to succeed.
GetQualificationsForQualificationType accepts parameters common to all
operations. Some common parameters are required. See
Common Parameters
for more information.
The following parameters are specific to the
GetQualificationsForQualificationType operation:
| Name | Description | Type | Value |
|---|---|---|---|
Operation
|
The operation you would like to call. To access the
| Required |
|
QualificationTypeId
|
The ID of the Qualification type of the Qualifications to return. | Required |
A valid Qualification type ID, as returned by the |
Status
|
The status of the Qualifications to return, either | Optional |
|
PageSize
|
The number of Qualifications to include in a "page" of results. The complete result set is divided into pages of this many Qualifications.
| Optional |
A positive integer |
PageNumber
|
The page of results to return. Once the Qualifications have
been divided into pages of size
If the | Optional |
A positive integer |
A successful request for the GetQualificationsForQualificationType operation
will have a GetQualificationsForQualificationTypeResult element in
the response.
The GetQualificationsForQualificationTypeResult element contains the following elements:
| Name | Description | Value |
|---|---|---|
PageNumber
|
The page of results to return. Once the Qualifications have
been divided into pages of size
If the |
A positive integer |
NumResults
|
The number of Qualifications on this page in the filtered results list, equivalent to the number of Qualifications being returned by this call. |
A non-negative integer |
TotalNumResults
|
The total number of Qualifications in the filtered results list based on this call. |
A non-negative integer |
Qualification |
The Qualification. The response will include one
|
A Qualification data structure. For more information on the data structure of a Qualification, see the Qualification Data Structure. |