GET /posts/api/?format=api&ordering=-previous_version&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 46,
    "next": "https://www.pagoolabs.com/posts/api/?format=api&ordering=-previous_version&page=3",
    "previous": "https://www.pagoolabs.com/posts/api/?format=api&ordering=-previous_version",
    "results": [
        {
            "url": "https://www.pagoolabs.com/posts/api/76/?format=api",
            "post": "What about #13? You passed right over it and it has 2 prior red bars. Dont your rules say you gotta take that one?",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/david_links/?format=api",
            "submit_date": "2017-11-10T12:49:21Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 1,
            "parent": null,
            "story": "https://www.pagoolabs.com/stories/api/49/?format=api",
            "forum": null
        },
        {
            "url": "https://www.pagoolabs.com/posts/api/88/?format=api",
            "post": "I am still hoping for an update :)",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/constanz/?format=api",
            "submit_date": "2018-01-07T04:14:44Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": null,
            "story": "https://www.pagoolabs.com/stories/api/57/?format=api",
            "forum": null
        },
        {
            "url": "https://www.pagoolabs.com/posts/api/77/?format=api",
            "post": "Hi David. That's correct. We skip setup #13 because the system is still long from trade number 12. You will remember from the system conditions that we never open more than what we have already decided to be the maximum risk per trade. In our example here, that's 1% and we are fully invested from setup #12 until about 16 bars later when the TP is triggered for that setup.\r\n\r\nIf you missed #12 for whatever reason and took #13 instead then because of the long green opening bar, the TP for that trade is about $60.50 which has not been hit yet.\r\n\r\nAsk any questions you want. It gives me a chance to clarify.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/SeanManefield/?format=api",
            "submit_date": "2017-11-10T13:29:52Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 1,
            "parent": "https://www.pagoolabs.com/posts/api/76/?format=api",
            "story": "https://www.pagoolabs.com/stories/api/49/?format=api",
            "forum": null
        },
        {
            "url": "https://www.pagoolabs.com/posts/api/85/?format=api",
            "post": "I am trying to work out a way to present this in a story that still makes sense given the depth of knowledge needed about programming and ML. Not everyone is ready for this but after exhausting all the simple ways of measuring trend and signals, perhaps there will be greater appetite. The plan is to work toward it gradually.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/SeanManefield/?format=api",
            "submit_date": "2017-12-02T23:51:39Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": "https://www.pagoolabs.com/posts/api/84/?format=api",
            "story": "https://www.pagoolabs.com/stories/api/48/?format=api",
            "forum": null
        }
    ]
}