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

{
    "count": 46,
    "next": "https://pagoolabs.com/posts/api/?format=api&ordering=parent&page=2",
    "previous": null,
    "results": [
        {
            "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
        },
        {
            "url": "https://pagoolabs.com/posts/api/62/?format=api",
            "post": "did u read the systems stories? they explain this great but i still want to see how to use support resistance areas to set tp.",
            "userprofile": "https://pagoolabs.com/userprofiles/api/fran/?format=api",
            "submit_date": "2017-11-03T01:07:29Z",
            "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
        },
        {
            "url": "https://pagoolabs.com/posts/api/66/?format=api",
            "post": "It will be coming up soon!",
            "userprofile": "https://pagoolabs.com/userprofiles/api/SeanManefield/?format=api",
            "submit_date": "2017-11-06T05:31:44Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": "https://pagoolabs.com/posts/api/56/?format=api",
            "story": "https://pagoolabs.com/stories/api/41/?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
        }
    ]
}