get_activity_log

Check activity change. Check changed in activities for selected project or object or activity.

query
get_activity_log
required parameters
(ob_top_id or ob_top_name) to specify Top Object
optional parameters
(ob_id or ob_name) to restrict to object, (a_id or a_name) to restrict to activity, change_type
response format
ob_top_id;ob_top_name;ob_id;ob_name	;a_id;a_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
a_id – activity id, unique

a_name – activity name, not unique

change_type – type of the change in activity

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

allowed change_type values:

AUnknownChange=0,AActivityAdded=1,AActivityDeleted=2,ANameChange=3,

AValueChange=4,ATypeChange=5,ASeqChange=6,ALongDescChange=7,

ALabelChange=8,ADurationChange=9,ADateChange=10,APhotoAdded=11,

APhotoDeleted=12,ABookmarkChanged=13,ACommentAdded=14,ACommentDeleted=15,

AText1Change=16,AText2Change=17,AText3Change=18,AText4Change=19,AText5Change=20