List all posts in the provided Story

GET /posts/api/42/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/42/posts/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://www.pagoolabs.com/posts/api/60/?format=api",
            "post": "Thanks. This is a very clear explanation. I would like to see an example from fx just to see if the math works out the same.\r\nThe systems articles look long but I'll try to get them done over the w/e.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/jono/?format=api",
            "submit_date": "2017-11-03T00:43:27Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 3,
            "parent": null,
            "story": "https://www.pagoolabs.com/stories/api/42/?format=api",
            "forum": null
        },
        {
            "url": "https://www.pagoolabs.com/posts/api/69/?format=api",
            "post": "Exactly! Another vote for fx pls.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/texas/?format=api",
            "submit_date": "2017-11-06T07:19:47Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": "https://www.pagoolabs.com/posts/api/60/?format=api",
            "story": "https://www.pagoolabs.com/stories/api/42/?format=api",
            "forum": null
        },
        {
            "url": "https://www.pagoolabs.com/posts/api/65/?format=api",
            "post": "A story focusing on Forex is high on the agenda. Keep a look out!",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/SeanManefield/?format=api",
            "submit_date": "2017-11-03T05:53:11Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": "https://www.pagoolabs.com/posts/api/60/?format=api",
            "story": "https://www.pagoolabs.com/stories/api/42/?format=api",
            "forum": null
        },
        {
            "url": "https://www.pagoolabs.com/posts/api/61/?format=api",
            "post": "the systems series is better than this setup imo. more depth on setups vs signals. i am reevaluating my existing strategy atm. this could get interesting.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/fran/?format=api",
            "submit_date": "2017-11-03T00:59:04Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 1,
            "parent": "https://www.pagoolabs.com/posts/api/60/?format=api",
            "story": "https://www.pagoolabs.com/stories/api/42/?format=api",
            "forum": null
        }
    ]
}