Overview
This web service retrieves a list of resource title 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). title 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).
Info | ||
---|---|---|
| ||
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
Panel | ||
---|---|---|
| ||
|
...
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', 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. | 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 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. |
...
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | The web service response status and message. Click herefor more information. | ||
Int32 | Click here for more information. | 0 | |
Status | RequestStatus | Click here for more information | Ok |
DateTime | Click here for more information. | 1152921504606851319 | |
Titles | The title summary record(s) retrieved by the service |
...