get_property_log

Check changes made to properties specified in Top Object

query
get_property_log
required parameters
(ob_top_id or ob_top_name) to specify Top Object
optional parameters
change_type
response format
ob_top_id;ob_top_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

change_type – type of the change in project

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