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

{
    "count": 46,
    "next": "https://pagoolabs.com/posts/api/?format=api&ordering=-story&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://pagoolabs.com/posts/api/73/?format=api",
            "post": "Agreed.",
            "userprofile": "https://pagoolabs.com/userprofiles/api/jono/?format=api",
            "submit_date": "2017-11-08T14:11:10Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": "https://pagoolabs.com/posts/api/67/?format=api",
            "story": "https://pagoolabs.com/stories/api/38/?format=api",
            "forum": null
        },
        {
            "url": "https://pagoolabs.com/posts/api/67/?format=api",
            "post": "I like this as a kind of how to.  I looked ahead into the systems stuff in the future chapters. Not having read those yet I can still see why setups are important info. The systems stuff is heavier going if you ask me. I wanna see some more. FX is the way to go.",
            "userprofile": "https://pagoolabs.com/userprofiles/api/texas/?format=api",
            "submit_date": "2017-11-06T06:39:40Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 1,
            "parent": null,
            "story": "https://pagoolabs.com/stories/api/38/?format=api",
            "forum": null
        },
        {
            "url": "https://pagoolabs.com/posts/api/58/?format=api",
            "post": "I can see how I can program S/R levels. A bit tricky but not impossible. Bigger problem is what if mkt is up in a break out situation and no overhead resistance is left.",
            "userprofile": "https://pagoolabs.com/userprofiles/api/Tobias/?format=api",
            "submit_date": "2017-10-30T06:31:33Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 1,
            "parent": "https://pagoolabs.com/posts/api/57/?format=api",
            "story": "https://pagoolabs.com/stories/api/39/?format=api",
            "forum": null
        },
        {
            "url": "https://pagoolabs.com/posts/api/57/?format=api",
            "post": "I think finding a support/resistance area for profit taking makes most sense. Using some kind of average from a simulation seems fishy in comparison. I get your pt though. A proper support/res level requires human intervention. Not easy if you want a computer to get the levels for you I suppose.",
            "userprofile": "https://pagoolabs.com/userprofiles/api/nomidas/?format=api",
            "submit_date": "2017-10-30T00:58:05Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 1,
            "parent": null,
            "story": "https://pagoolabs.com/stories/api/39/?format=api",
            "forum": null
        }
    ]
}