GetQualificationType

The GetQualificationType operation retrieves information about a Qualification type using its ID.

The following example of a call to the GetQualificationType operation gets a Qualification type by its ID.

http://mechanicalturk.amazonaws.com/onca/xml?Service=AWSMechanicalTurkRequester
&AWSAccessKeyId=[the Requester's Access Key ID]
&Version=2006-10-31
&Operation=GetQualificationType
&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.

GetQualificationType accepts parameters common to all operations. Some common parameters are required. See Common Parameters for more information.

The following parameters are specific to the GetQualificationType operation:

NameDescriptionTypeValue
Operation

The operation to call. To access the GetQualificationType operation, set the Operation parameter to GetQualificationType.

Required

GetQualificationType

QualificationTypeId

The ID of the Qualification type, as returned by CreateQualificationType.

Required

A Qualification type ID

A successful request for the GetQualificationType operation will have a QualificationType element in the response.

For more information on the data structure of a Qualification type, see the Qualification Type Data Structure.