List all posts in the provided Story

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "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/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/78/?format=api",
            "post": "Haha I missed that. I thought it was a superstitious 13 thing.  Great article btw. Looking forward to more.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/david_links/?format=api",
            "submit_date": "2017-11-10T21:52:39Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": "https://www.pagoolabs.com/posts/api/77/?format=api",
            "story": "https://www.pagoolabs.com/stories/api/49/?format=api",
            "forum": null
        }
    ]
}