The revisions tag has no wiki summary.
14
votes
0answers
344 views
Add Timeline and Revisions links
Screenshot / Code Snippet
About
Add revision links, and timeline links on all questions post menus.
Intended for development features, probably useless when the feature is actually ...
3
votes
0answers
16 views
revisions/{id} is returning an error for locked posts
The API is returning the following error message when I request the revision history for locked posts.
Example URL: http://api.stackoverflow.com/1.1/revisions/194812
{
"error": {
"code": 500,
...
0
votes
0answers
10 views
How can I tell if a revision GUID is going to return a NULL body?
I'm trying to use the GUID returned by the revisions object to create links to raw markdown pages on a given SE site. For instance, if I wanted to see the last revision of:
...