The timeZoneListExecute command retrieves a list of the available time zones. This command is used mainly in the context of reporting.
| Command | Description |
|---|---|
| TMZLISTCMD_GETZONELIST | Gets time zone list (see TMZLISTCMD_GETZONELIST). |
| Parameter name | Data type | Description |
|---|---|---|
| sessionID | String | Required. The session identifier of the current administrative session. The logon command returns this identifier after a successful logon (see logon (Command)). |
| cmd | String | Required. The command to be executed (see Table: timeZoneListExecute commands). |
| attributeSet | TimeZoneListAttributeSet | Required. Zero or more attribute fields. |
TMZLISTCMD_GETZONELIST
This command returns the list of time zones.
| Attribute name | Data type | Description |
|---|---|---|
| TMZLSTFLD_ATTRIBUTE_ZONELIST | String | Time zone list |
Example
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <adm:timeZoneListExecute xmlns:adm="http://www.vasco.com/IdentikeyServer/IdentikeyTypes/Administration"> <sessionID>2oOq0?OYYBz]|8VA?|]a6qqz.?|HEUDH</sessionID> <cmd>TMZLISTCMD_GETZONELIST</cmd> <attributeSet> <attributes> <value xsi:type="xsd:string"/> <attributeID>TMZLSTFLD_ATTRIBUTE_ZONELIST</attributeID> </attributes> </attributeSet> </adm:timeZoneListExecute> </SOAP-ENV:Body> </SOAP-ENV:Envelope>