Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This web service retrieves a list of client summary records (PwsClientSummary), based on specified search criteria. You can specify which client or clients to retrieve either by specifying a set of search criteria, or by specifying a specific client (PwsClientRef). 

Request Format

Panel
titlePwsGetTitleList Request
  • PwsGetTitleList
    • serviceRequest: PwsGetTitleListRq

Request Elements

Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32



Click here for more information.


SessionTicket

String



Click here for more information.


IncludeInactiveFlag

Boolean





MaxRowsToReturn

Int32





QueryString

String





TitleIdentity

PwsTitleRef





Request Usage Example(s)


Code Block
languagexml
titleExample 01 - Client is not specified
collapsetrue
</soapenv:Envelope>
Code Block
languagexml
titleExample 02 - Client is specified
collapsetrue
</soapenv:Envelope>

Response Format

Panel
titlePwsGetTitleList Response


Response Elements

Element

Data Type

Description

Sample Data

Messages

PwsMessage

 

 

ResponseId

Int32

Click here for more information.

 

Status

RequestStatus

Click here for more information.

 

ServerTimestampUtc

DateTime

Click here for more information.

 

Titles

PwsTitleSummary

 

 

Response Usage Example(s)

...