List all posts in the provided Story

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

{
    "count": 6,
    "next": "https://www.pagoolabs.com/posts/api/48/posts/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://www.pagoolabs.com/posts/api/81/?format=api",
            "post": "Also. I think we need to take more factors into account when we go all in on the trend. Using just the ma cross will land you in heaps of trouble when the mkt starts to see saw.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/jono/?format=api",
            "submit_date": "2017-12-02T02:04:11Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 1,
            "parent": null,
            "story": "https://www.pagoolabs.com/stories/api/48/?format=api",
            "forum": null
        },
        {
            "url": "https://www.pagoolabs.com/posts/api/83/?format=api",
            "post": "Hello Jono,\r\n\r\nTrue. See my other answer here.\r\n\r\nI constantly repeat in the story's text that the particular *method* employed here to determine trend and signals is not of great interest. More important is trading consistently with the system you have chosen.\r\n\r\nOne of the most important influences on the success of trading is the trader's psychology. The first step toward improving that is to have a system so traders have something objective to measure performance against. After that, it's another big step to improve the system and make it even more profitable.\r\n\r\nMost of the 95% of traders that fail in futures and forex do not follow a system with the required discipline. That seems to me to be the first problem to fix.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/SeanManefield/?format=api",
            "submit_date": "2017-12-02T06:37:10Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": "https://www.pagoolabs.com/posts/api/81/?format=api",
            "story": "https://www.pagoolabs.com/stories/api/48/?format=api",
            "forum": null
        },
        {
            "url": "https://www.pagoolabs.com/posts/api/80/?format=api",
            "post": "Ok I got through these 5 or 6 and yeah they explain how to them but dont we need a computer program? Gets boring when I have to repeat the same calcs on each chart.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/jono/?format=api",
            "submit_date": "2017-12-02T02:01:01Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 1,
            "parent": null,
            "story": "https://www.pagoolabs.com/stories/api/48/?format=api",
            "forum": null
        },
        {
            "url": "https://www.pagoolabs.com/posts/api/82/?format=api",
            "post": "I completely agree.\r\n\r\nBut we have to start with little steps first and then work our way up to full fledged machine learning. When we get to machine learning, we need a good feel for the characteristics we will put into the training step.\r\n\r\nThe idea here is that we can all see the big picture: the choice of trend and use of signals within the trend to place our trades. \r\n\r\nWith Metatrader and the APIs provided by brokers such as Interactive Brokers and TradeStation, it will be possible to extract much better information out of the data that will help us determine trend and signals.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/SeanManefield/?format=api",
            "submit_date": "2017-12-02T05:57:14Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 1,
            "parent": "https://www.pagoolabs.com/posts/api/80/?format=api",
            "story": "https://www.pagoolabs.com/stories/api/48/?format=api",
            "forum": null
        }
    ]
}