...
This web service retrieves a list of resource title summary summaries (PwsTitleSummary), based on specified search criteria. You can specify which title or titles to retrieve either by specifying a set of search criteria, or by specifying a specific title (PwsTitleRef).
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | ||
SessionTicket | String | Yes | Click here for more information. | ARNkL4C1bp7KLtsSXQW6/g== | |
IncludeInactiveFlag | Boolean | No | false | If set to 'true', inactive titles will be included in the response. This flag is disregarded if a client is specified in TitleIdentity. | true |
MaxRowsToReturn | Int32 | No | The maximum number of titles to be returned. This value is disregarded if a title is specified in TitleIdentity. | 10 | |
QueryString | String (255) | No | A search string to narrow down the results. A title will be included in the results if the search string matches the title number name or title department name. This value is disregarded if a title is specified in TitleIdentity. | Management | |
TitleIdentity | No | For this service, the caller may specify a title identity to retrieve a specific title summary. If a title identity is not specified all titles fitting the other specified criteria will be returned. |
...
Panel | ||
---|---|---|
| ||
|
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | The web service response status and message. Click herefor more information. | ||
ResponseId | Int32 | Click here for more information. | 0 |
Status | RequestStatus | Click here for more information | Ok |
ServerTimestampUtc | DateTime | Click here for more information. | 1152921504606851319 |
Titles | The title summary record(s) retrieved by the service |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <PwsGetTitleListResponse xmlns="http://projectorpsa.com/PwsProjectorServices/"> <PwsGetTitleListResult xmlns:a="http://projectorpsa.com/DataContracts/Responses/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <ResponseId xmlns="http://projectorpsa.com/CommonServices/">0</ResponseId> <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status> <ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2018-03-06T19:28:30.4805011Z</ServerTimestampUtc> <a:Titles xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:PwsTitleSummary> <b:DepartmentIdentity> <b:DepartmentId i:nil="true"/> <b:DepartmentName>Technology</b:DepartmentName> <b:DepartmentUid>1152921504606851320</b:DepartmentUid> </b:DepartmentIdentity> <b:TitleId i:nil="true"/> <b:TitleName>Associate Technical Consultant</b:TitleName> <b:TitleUid>1152921504606862840</b:TitleUid> <b:InactiveFlag>false</b:InactiveFlag> </b:PwsTitleSummary> <b:PwsTitleSummary> <b:DepartmentIdentity> <b:DepartmentId i:nil="true"/> <b:DepartmentName>Technology</b:DepartmentName> <b:DepartmentUid>1152921504606851320</b:DepartmentUid> </b:DepartmentIdentity> <b:TitleId i:nil="true"/> <b:TitleName>Principal Technical Consultant</b:TitleName> <b:TitleUid>1152921504606862841</b:TitleUid> <b:InactiveFlag>false</b:InactiveFlag> </b:PwsTitleSummary> <b:PwsTitleSummary> <b:DepartmentIdentity> <b:DepartmentId i:nil="true"/> <b:DepartmentName>Technology</b:DepartmentName> <b:DepartmentUid>1152921504606851320</b:DepartmentUid> </b:DepartmentIdentity> <b:TitleId i:nil="true"/> <b:TitleName>Senior Technical Consultant</b:TitleName> <b:TitleUid>1152921504606862842</b:TitleUid> <b:InactiveFlag>false</b:InactiveFlag> </b:PwsTitleSummary> <b:PwsTitleSummary> <b:DepartmentIdentity> <b:DepartmentId i:nil="true"/> <b:DepartmentName>Technology</b:DepartmentName> <b:DepartmentUid>1152921504606851320</b:DepartmentUid> </b:DepartmentIdentity> <b:TitleId i:nil="true"/> <b:TitleName>Technical Consultant</b:TitleName> <b:TitleUid>1152921504606862843</b:TitleUid> <b:InactiveFlag>false</b:InactiveFlag> </b:PwsTitleSummary> </a:Titles> </PwsGetTitleListResult> </PwsGetTitleListResponse> </s:Body> </s:Envelope> |
PwsGetTitleList - Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
...