get_object_log

Check user object change. Check changes made in objects by specified user

query
get_object_log
required parameters
(user_id or user_name) to specify user
optional parameters
change_type
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:

OUnknownChange=0,OObjectAdded=1,OObjectDeleted=2,ONameChange=3,ODescChange=4,

OImageChange=5,OSeqChange=6,OLabelChange=7,OZoomChange=8,OLatChange=9,

OLonChange=10,OPhotoAdded=11,OPhotoDeleted=12,OParentChange=13,OTopChange=14,

OText1Change=15,OText2Change=16,OText3Change=17,OText4Change=18,OText5Change=19,

OCommentAdded=20,OCommentDeleted=21,OBookmarkChange=22,OTopLabelChange=23,

OViewTypeChange=24,OInventoryChange=25