|
als_get_client_changes.cgi |
Top Previous Next |
|
Description An important feature of AL-Desk are the audit trails available for client changes. Any changes made to client information is logged in order to see a history of changes. The als_get_changes.cgi will retrieve the client change log information for one client. It is invoked when the following methods are invoked
Example Usage http://www.alstracker.dnsalias.com/aldesk/als_get_client_changes.cgi?client=102809
Inputs
Returned Fields
xml example
<?xml version="1.0" encoding="utf-8" ?> - <root> - <clientchanges> <row seq="19341" client="102809" voucher="0" field="hotel" fromvalue="1" tovalue="2" usercode="1" datetime="11/30/2005 9:21:13 AM" /> <row seq="19342" client="102809" voucher="0" field="lastname" fromvalue="Joness" tovalue="smith" usercode="1" datetime="11/30/2005 9:22:03 AM" /> </clientchanges> </root> |