Overview
This web service retrieves detailed information about a skill group (PwsSkillElementPwsSkillGroupElement), based upon a unique skill group identifier (PwsSkillRefPwsSkillGroupRef).
Request Format
Panel | ||
---|---|---|
| ||
|
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
Int32 | No | Click here for more information. | |||
String | Yes | Click here for more information. | |||
SkillGroupIdentity | Yes | This structure represents the unique key fields associated with identifying a |
skill group. |
Request Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/"> <soapenv:Header/> <soapenv:Body> <pws:PwsGetSkillGroup> <!--Optional:--> <pws:serviceRequest> <req:SessionTicket>AUQnUBfR4twqQVdcrh4+jA==</req:SessionTicket> <req:SkillGroupIdentity> <com:SkillGroupName>Technology</com:SkillGroupName> </req:SkillGroupIdentity> </pws:serviceRequest> </pws:PwsGetSkillGroup> </soapenv:Body> </soapenv:Envelope> |
...
Panel | ||
---|---|---|
| ||
|
Response Elements
Element | Data Type | Description |
---|---|---|
Messages | The web service response status and message. Click here for more information | |
ResponseId | Int32 | Click here for more information. |
Status | RequestStatus | Click here for more information |
ServerTimestampUtc | DateTime | Click here for more information. |
SkillGroup | This structure contains the complete set of information about a skill group. | |
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 PwsSaveSkillGroup for optimistic locking. |
Response Usage Example(s)
...