get_activity_log

Check user activity change. Check changes in activities made by specific user.

query
get_activity_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;a_id;a_name;change_type;change_type_desc;old_value;new_value;date;user_id;user_name
parameter reference

ob_top_id – project id, unique

ob_top_name – project 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