The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
117 views

Include Full Post Details In /users/{id}/timeline

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 ...
2
votes
1answer
21 views

Guid inconsistency in 2.0?

question timeline returns "revision_guid": "335659EE-8983-4BEC-BACC-CC95784A4465" revisions by guid return "revision_guid": "335659ee89834becbacccc95784a4465" Is there any particular reason for ...
0
votes
1answer
83 views

Complete question timeline including votes

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 ...
1
vote
1answer
25 views

The /users/{id}/timeline route is reporting incorrect totals

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 ...
1
vote
1answer
23 views

Error occurs when retrieving timeline for this question

Here is the question: http://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 ...
1
vote
1answer
25 views

Timeline results contain redundant information?

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: ...
0
votes
1answer
30 views

Definitive on timeline_type?

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

Comments in user timeline are returning Markdown

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 ...
4
votes
1answer
58 views

/user/{id}/timeline results leaking template used for badge information

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.
2
votes
1answer
92 views

Something's changed about user timelines

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 ...
2
votes
0answers
47 views

Filter timeline by event type

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

In the timeline the ability to know what events belong to what question

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 ...
0
votes
1answer
44 views

The /questions/{id}/timeline route isn't working.

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: ...