Type user_timeline
Discussion
This type describes public actions a User has taken.
Fields
post_type
one of
question, or answer
timeline_type
one of
commented, asked, answered, badge, revision, accepted, reviewed, or suggested
Fields marked with are included in the default filter, those marked with are excluded in the default filter.
Examples
► Accepted An Answer
{"creation_date":1368946739,"post_type":"answer","timeline_type":"accepted","user_id":1,"post_id":2,"title":"Question Title","link":"http://example.stackexchange.com/questions/1/question-title/2#2"}
► Posted An Answer
{"creation_date":1368946739,"post_type":"answer","timeline_type":"answered","user_id":1,"post_id":2,"title":"Question Title","link":"http://example.stackexchange.com/questions/1/question-title/2#2"}
► Asked A Question
{"creation_date":1368946739,"post_type":"question","timeline_type":"asked","user_id":1,"post_id":1,"title":"Question Title","link":"http://example.stackexchange.com/questions/1/question-title"}
► Earned A Badge
{"creation_date":1368946739,"post_type":"question","timeline_type":"badge","user_id":1,"post_id":1,"badge_id":1,"title":"Question Title","detail":"Badge Name","link":"http://example.stackexchange.com/questions/1/question-title"}
► Posted A Comment
{"creation_date":1368946739,"post_type":"question","timeline_type":"commented","user_id":1,"post_id":1,"comment_id":1,"title":"Question Title","detail":"Comment Body","link":"http://example.stackexchange.com/questions/1/question-title#comment1_1"}
► Reviewed A Suggested Edit
{"creation_date":1368946739,"post_type":"question","timeline_type":"reviewed","user_id":1,"post_id":1,"suggested_edit_id":1,"title":"Question Title","detail":"Suggested Edit Comment","link":"http://example.stackexchange.com/suggested-edit/1"}
► Edited A Post
{"creation_date":1368946739,"post_type":"question","timeline_type":"revision","user_id":1,"post_id":1,"title":"Question Title","detail":"Edit Comment","link":"http://example.stackexchange.com/questions/1/question-title"}
► Suggested An Edit
{"creation_date":1368946739,"post_type":"question","timeline_type":"suggested","user_id":1,"post_id":1,"suggested_edit_id":1,"title":"Question Title","detail":"pending","link":"http://example.stackexchange.com/suggested-edit/1"}