PwsGetSkill
Overview
This web service retrieves detailed information about a skill (PwsSkillElement), based upon a unique skill identifier (PwsSkillRef).
Rate Limiting
In order to protect our servers from inadvertent service overuse or intentional attack, and to fairly distribute services to all our customers, we have implemented a rate limiting algorithm. When fully deployed, this new algorithm will cause services to either succeed with new warnings or fail with new errors when services are consumed at too high a rate. Programs that consume Projector services should be enhanced to handle rate limiting errors so that they can continue functioning properly. For more information please visit: Projector Rate Limiting Behavior.
Request Format
- PwsGetSkill
- serviceRequest: PwsGetSkillRq
- RequestId: Int32
- SessionTicket: String
- SkillIdentity: PwsSkillRef
- serviceRequest: PwsGetSkillRq
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
Int32 | No | Click here for more information. | |||
String | Yes | Click here for more information. | AQztUvxG5aNFjPJheSuItw== | ||
SkillIdentity | Yes | This structure represents the unique key fields associated with identifying a skill. |
Request Usage Example(s)
Response Format
- PwsGetSkillResponse
- PwsGetSkillResult: PwsGetSkillRs
- Messages: PwsMessage[]
- ResponseId: Int32
- Status: RequestStatus
- ServerTimestampUtc: DateTime
- Skill: PwsSkillElement
- SkillVersionStamp: Int32
- PwsGetSkillResult: PwsGetSkillRs
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | The web service response status and message. Click here for more information | ||
Int32 | Click here for more information. | 0 | |
Status | Click here for more information | Ok | |
DateTime | Click here for more information. | 2023-01-10T14:28:04.1044726Z | |
Skill | This structure contains the complete set of information about a skill. | ||
SkillVersionStamp | Int32 | The version stamp for the skill group and skill data stored in Projector. This value is automatically updated each time any skill groups and/or skills are updated, and can be used in conjunction with PwsSaveSkill for optimistic locking. | 4 |
Response Usage Example(s)
PwsGetSkill - Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
50024 | EntityNotFound | Skill was not found. Another user may have deleted it. |