Amazon Mechanical Turk will permanently close on September 30, 2026. For Workers and Requesters currently using the service, visit our Amazon Mechanical Turk help page
GetQualificationType
Description
The GetQualificationTypeoperation retrieves information about a Qualification type using its ID.
Request Syntax
{ "QualificationTypeId":String}
Request Parameters
The request accepts the following data in JSON format:
| Name | Description | Required |
|---|---|---|
|
|
The ID of the QualificationType. Type: String |
Yes |
Response Elements
A successful request returns a QualificationType data structure.
Example
The following example shows how to use the GetQualificationType operation:
Sample Request
The following example gets information about a Qualification type.
POST / HTTP/1.1 Host: mturk-requester.us-east-1.amazonaws.com Content-Length: <PayloadSizeBytes> X-Amz-Date: <Date> { QualificationTypeId:"AZ34EXAMPLE" }
Sample Response
The following is an example response:
HTTP/1.1 200 OK x-amzn-RequestId: <RequestId> Content-Type: application/x-amz-json-1.1 Content-Length: <PayloadSizeBytes> Date: <Date> { QualificationTypeId:"789RVWYBAZW00EXAMPLE951RVWYBAZW00EXAMPLE", Name:"EnglishWritingAbility", Description:"The ability to write and edit in text in English", QualificationTypeStatus:"Active" }