...
Panel | ||
---|---|---|
| ||
|
- This request also includes theĀ Common Input Elements
...
Element | Data Type | Required? | Default | Description |
---|---|---|---|---|
PwsClientRef | PwsClientRef [1] | no | ||
IncludeInactiveFlag | Boolean | no | false | Valid values for this field include "true" or "false". If set to true, inactive clients will be included in the response. |
MaxRowsToReturn | Int32 | no | infinite | Maximum number of clients to be returned |
QueryString | String | no | Find all clients matching specified string in client name or client number | |
LastUpdatedSinceTimestamp | DateTime | no | Only clients that have been updated on or after the specified date/time will be retrieved |
Request Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<PwsGetClientList> <serviceRequest> <RequestId>1</RequestId> <SessionTicket>AcjOqKSXoUYG3qLkrxKQYw==</SessionTicket> <ClientIdentity> <!--ClientId>?</ClientId--> <!--ClientNumber>?</ClientNumber--> <!--ClientUid>?</ClientUid--> </ClientIdentity> <IncludeInactiveFlag>true</IncludeInactiveFlag> <!--MaxRowsToReturn>?</MaxRowsToReturn--> <!--QueryString>?</QueryString--> <!--LastUpdatedSinceTimestamp>?</LastUpdatedSinceTimestamp--> </serviceRequest> </PwsGetClientList> |
...