Skip to main content

Questions tagged [timeline]

Tools that help with the post timeline feature, or issues with the API handling of /timeline routes.

Filter by
Sorted by
Tagged with
7 votes
1 answer
131 views

About Screenshot / Code Snippet /timeline pages: /revisions pages: duplicate list reorderings: About The native post timeline displays "duplicate lists edited" event as a barely readable ...
Oleg Valter is with Ukraine's user avatar
3 votes
1 answer
66 views

To get the timeline for a question I am sending this request: https://api.stackexchange.com/2.2/questions/63299112/timeline?site=stackoverflow&fromdate=1597649222 I am getting empty results: {&...
Wajeed Shaikh's user avatar
2 votes
1 answer
58 views

When I'm looking at my Stack Overflow timeline according to the API, It's missing a lot of events. According to the API, the last thing I did was posting this answer, five days ago, and you can see ...
Glorfindel's user avatar
  • 6,792
1 vote
0 answers
91 views

Screenshot About This is a simple Tampermonkey script which adds both timeline and revision links to questions and answers in many of the different question views. Within a question view, a timeline ...
Jeff Mercado's user avatar
2 votes
0 answers
82 views

Description Adds a "Toggle vote history" button to the timeline, which toggles visibility of vote events. Inspired by a feature-request on Meta Stack Exchange—Add a way to hide vote ...
Michał Perłakowski's user avatar
5 votes
1 answer
145 views

I need to get all the question activity after some particular time. I am using the timeline API, like so:       /questions/20032212/timeline?fromdate=1384705610&site=stackoverflow.com But it ...
Sachin Jain's user avatar
6 votes
1 answer
108 views

I am writing a small widget that displays the time since I was awarded my last badge on Stack Overflow. I noticed that my most recent badge was missing from the timeline data (/users/{ids}/timeline). ...
Steph Sharp's user avatar
11 votes
2 answers
681 views

Inspired by this MSO question. This tiny userscript will add a link to the timeline for any post, just below the "favorite question" star button. Example image: This is the code: // ==UserScript== /...
pascalhein's user avatar
5 votes
1 answer
149 views

I have a feature request. I'm trying to pull the recent activity about a user from the API. So I'm parsing /users/{id}/timeline. But that only gives me meta-information about the activity. So then,...
ircmaxell's user avatar
  • 151
2 votes
1 answer
26 views

question timeline returns "revision_guid": "335659EE-8983-4BEC-BACC-CC95784A4465" revisions by guid return "revision_guid": "335659ee89834becbacccc95784a4465" Is there any particular reason for this ...
bevacqua's user avatar
  • 213
3 votes
1 answer
50 views

It seems that the /users/{id}/timeline route is returning an incorrect total. For example, the following URL is reporting a total of 1607 items: http://api.stackapps.com/1.1/users/7789/timeline ......
Nathan Osman's user avatar
  • 23.3k
1 vote
1 answer
44 views

Here is the question: https://meta.stackoverflow.com/questions/51812/the-api-sandbox Here is the API URL: http://api.meta.stackoverflow.com/1.1/questions/51812/timeline?pagesize=100?page=2 Here is ...
Nathan Osman's user avatar
  • 23.3k
9 votes
1 answer
417 views

Obsolete: Script no longer works on any Stack Exchange site. Updated version found here. Screenshot About This is a simple Greasemonkey script which adds both timeline and revision links to ...
Jeff Mercado's user avatar
1 vote
1 answer
34 views

Can I get a confirmation that the response /users/{id}/timeline contains redundant information, namely: If the action is: | Then the timeline_type is always: -------------------+----------------------...
Dave DeLong's user avatar
  • 5,264
1 vote
1 answer
61 views

Hi all, I am trying to get a definitive on what timeline_type actually means... I've looked at: https://stackapps.com/search?q=timeline_type but to no avail. The new documentation doesn't list ...
johnmcauley's user avatar
3 votes
1 answer
103 views

In users/{id}/timeline, the detail field for comment events is formatted with Markdown and not HTML. Is it normal? I saw in the question Comments are returning markdown that the API should return HTML ...
Jilouc's user avatar
  • 355
30 votes
1 answer
991 views

Obsolete: The links are dead, but the forked script in the answer(s) may still work. Screenshot / Code Snippet About Add revision links, and timeline links on all questions post menus. Intended for ...
YOU's user avatar
  • 5,022
5 votes
1 answer
74 views

From my elections statistics page: I inserted in the detail field as plain text because I wasn't sure if the results would be HTML, but the $ChatUrl left in the anchor's href is surely a bug.
Yi Jiang's user avatar
  • 819
2 votes
1 answer
99 views

Six to Eight's user display has just broken, as the /user/id/timeline route seems to have started returning different data. Previously, timeline_type of entries in the user_timelines array used to be ...
Adam Wright's user avatar
  • 4,325
1 vote
1 answer
113 views

Is there any chance to get more information in questions timeline such as when it has been upvoted, when it has been downvoted, same for all answers, including comments, and other actions such as vote ...
user avatar
4 votes
0 answers
69 views

Would it be possible to add the ability to filter a user's timeline by event? For example, only return revision events?
Gelatin's user avatar
  • 796
6 votes
1 answer
165 views

Take this example: http://api.stackoverflow.com/0.9/questions/3165492;3182016/timeline Would it not make sense to have the question_id as a parameter on each timeline object? It makes the timeline ...
johnwards's user avatar
  • 465
0 votes
1 answer
54 views

I'm getting a response code 500 for the /questions/{id}/timeline route. I've tried it in Firefox and by fetching a response in Java. Example URL: http://api.stackoverflow.com/0.8/questions/59294/...
Bill the Lizard's user avatar