Overview
Request Format
Panel | ||
---|---|---|
| ||
|
Request Elements
...
Element
...
Data Type
...
Required?
...
Default
...
Description
...
...
Int32
...
No
...
Click here for more information.
...
...
String
...
Yes
...
Click here for more information.
...
IncludeInactiveFlag
...
Boolean
...
MaxRowsToReturn
...
Int32
...
QueryString
...
String
...
SkillGroupIdentity
...
...
SkillIdentity
...
Overview
This web service retrieves a list of skill summary records (PwsSkillSummary), based on specified search criteria. The following parameters affect the list of projects retrieved:
- QueryString:
- IncludeInactiveFlag:
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. |
ARNkL4C1bp7KLtsSXQW6/g==
IncludeInactiveFlag | Boolean | No |
false
If set to 'true', |
skills that are set to inactive will be |
included in the |
false
ListType
String (1)
Yes
The type of locations to retrieve:
C: enabled for cost
T: enabled for time
T
LocationIdentity
No
A set of unique key fields of a location. Specify a value here to retrieve a specific location. Click here for more information.
MaximumRows
Int32
No
If not set, the complete list of locations that fit the search criteria will be returned in the response.
10
SearchString
String (255)
No
results. Otherwise, only skills that are considered active will be included. | ||||
MaxRowsToReturn | Int32 | No | ||
QueryString | String | No | Find all skills matching specified string in skill's name. | |
SkillGroupIdentity | No | If neither SkillGroupIdentity nor SkillIdentity is specified, all skills will be included in the response. | ||
SkillIdentity | No | see above |
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:PwsGetSkillList> <!--Optional:--> <pws:serviceRequest> <req:SessionTicket>AQztUvxG5aNFjPJheSuItw==</req:SessionTicket> <!--Optional:--> <req:IncludeInactiveFlag>1</req:IncludeInactiveFlag> <!--Optional:--> <req:MaxRowsToReturn>50</req:MaxRowsToReturn> <req:SkillGroupIdentity> <com:SkillGroupName>Vertical Expertise</com:SkillGroupName> </req:SkillGroupIdentity> </pws:serviceRequest> </pws:PwsGetSkillList> </soapenv:Body> </soapenv:Envelope> |
...
Panel | ||
---|---|---|
| ||
|
Response Elements
Element | Data Type |
---|
Required?
Default
Description | ||
---|---|---|
Messages | The web service response status and message. Click here for more information | |
Int32 | Click here for more information. | |
RequestStatus | Click here for more information | |
DateTime | Click here for more information. | |
Skills | This contains the basic set of information about a skill. |
Response Usage Example(s)
...