get_property_log

Check user property change. Check changes made in properties by specified user

 

query
get_property_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;pr_id;pr_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 Top Object
pr_id – property id, unique

pr_name – property name, not unique

change_type – type of the change in property

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:

PrUnknownChange=0,PrPropertyAdded=1,PrPropertyDeleted=2,PrNameChange=3,

PrValueChange=4,PrTypeChange=5,PrSeqChange=6,PrPostfixChange=7,PrIconChange=8,

PrColorChange=9,PrSubtypeChange=10,PrText1Change=11,PrText2Change=12,PrText3Change=13,

PrText4Change=14,PrText5Change=15