get_entry_log

Check user entry change. Check changes made in time entries by specified user

query
get_entry_log
required parameters
user_id or user_name to specify user
optional parameters
none
response format
ob_top_id;ob_top_name;ob_id;ob_name;change_type;change_type_desc;old_value;new_value;date;user_id;user_name
parameter reference

ob_top_id – Top Object id, unique

ob_top_name – Top Object name, not unique

ob_id – object id, unique

ob_name – object name, unique across the project

change_type – type of the change in object

change_type_desc – description of the change

old_value – old value of changed attribute (can be empty)

new_value – new value of changed attribute

date – date of the change

user_id – id of the user that made the change, unique

user_name – name of the user that made the change, not unique

change_type allowed values:

EUnknownChange=0,EEntryAdded=1,EEntryDeleted=2,EWorkTypeChange=3,

EDateChange=4,EUnitsChange=5,ESeqChange=6,EStartTimeChange=7,

EEndTimeChange=8,ECommentChange=9,EObjectChange=10,EText1Change=11,

EText2Change=12,EText3Change=13,EText4Change=14,EText5Change=15