The GetQualificationScore operation returns the value of a Worker's Qualification for a given Qualification type.
To get a Worker's Qualification, you must know the Worker's ID. The Worker's ID is included in the assignment data returned by the ListAssignmentsForHIT operation.
Only the owner of a Qualification type can query the value of a Worker's Qualification of that type.
The date and time the Qualification was granted to the Worker. If the Worker's Qualification was revoked, and then re-granted based on a new Qualification request, GrantTime is the date and time of the last call to the AcceptQualificationRequest operation.
qualification.integer_value
The value (score) of the Qualification, if the Qualification has an integer value.
qualification.locale_value
The Locale data structure represents a geographical region or location.
Show child fields
qualification.locale_value.country
The country of the locale. Must be a valid ISO 3166 country code. For example, the code US refers to the United States of America.
qualification.locale_value.subdivision
The state or subdivision of the locale. A valid ISO 3166-2 subdivision code. For example, the code WA refers to the state of Washington.
qualification.qualification_type_id
The ID of the Qualification type for the Qualification.
qualification.status
The status of the Qualification. Valid values are Granted | Revoked.
qualification.worker_id
The ID of the Worker who possesses the Qualification.