...
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. |
...