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

{
    "count": 46,
    "next": "https://pagoolabs.com/posts/api/?format=api&ordering=submit_date&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://pagoolabs.com/posts/api/52/?format=api",
            "post": "",
            "userprofile": "https://pagoolabs.com/userprofiles/api/Blocked%20user/?format=api",
            "submit_date": "1970-01-01T00:00:00Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": null,
            "story": null,
            "forum": null
        },
        {
            "url": "https://pagoolabs.com/posts/api/53/?format=api",
            "post": "",
            "userprofile": "https://pagoolabs.com/userprofiles/api/anonymous/?format=api",
            "submit_date": "1970-01-01T00:00:00Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": null,
            "story": null,
            "forum": null
        },
        {
            "url": "https://pagoolabs.com/posts/api/54/?format=api",
            "post": "this is great stuff but where does the take profit get set?",
            "userprofile": "https://pagoolabs.com/userprofiles/api/fxtrader/?format=api",
            "submit_date": "2017-10-29T13:31:51Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 2,
            "parent": null,
            "story": "https://pagoolabs.com/stories/api/39/?format=api",
            "forum": null
        },
        {
            "url": "https://pagoolabs.com/posts/api/55/?format=api",
            "post": "This series on setups assumes a TP level is known beforehand. We relax that assumption in the [next series](/stories/43/2017/10/24/trading-systems-part-1-introduction/) on Systems and we show there how to use a simple simulation to automatically calculate a TP that works for many trades. Let us know if you have any questions.",
            "userprofile": "https://pagoolabs.com/userprofiles/api/SeanManefield/?format=api",
            "submit_date": "2017-10-29T22:59:40Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": "https://pagoolabs.com/posts/api/54/?format=api",
            "story": "https://pagoolabs.com/stories/api/39/?format=api",
            "forum": null
        }
    ]
}