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-08-23 &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:
| Name | Description | Type | Value |
|---|---|---|---|
Operation
|
The operation to call. To access the
| Required |
|
QualificationTypeId
|
The ID of the Qualification type, as returned by
| 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.