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