Qualification
Description
The Qualification data structure represents a Qualification assigned to a user, including the Qualification type and the value (score).
The Qualification data structure is used as a response element for the following operations:
-
GetQualificationScore
-
ListQualificationRequests
Elements
The Qualification structure can contain the elements described in the following table. When the structure is used in a request, elements described as Required must be included for the request to succeed.
Name | Description | Required |
---|---|---|
|
The ID of the Qualification type for the Qualification. Can be up to 255 bytes in length. Type: String Default: None |
Yes |
|
The ID of the Worker who possesses the Qualification. Can be up to 255 bytes in length. Type: String Default: None |
Yes |
|
The date and time the Qualification was associated with the Worker. If the
Worker's Qualification was revoked, and then re-associated based on a new
Qualification request, Type: a dateTime Default: None |
Yes |
|
The value (score) of the Qualification, if the Qualification has an integer value. Type: Integer Default: None |
No |
|
The value of the Qualification if the Qualification describes a geographical region or location. Type: a Locale data structure. Default: None |
No |
|
The status of the Qualification Type: String Valid Values: Granted | Revoked Default: None |
Yes |
Example
The following example illustrates a Qualification with an integer value.
Qualification:{ QualificationTypeId:"789RVWYBAZW00EXAMPLE", WorkerId:"AZ3456EXAMPLE", GrantTime:"2005-01-31T23:59:59Z", IntegerValue:95 }