List all posts in the provided Story

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://www.pagoolabs.com/posts/api/79/?format=api",
            "post": "Yeah I hadnt thought of that. The yen cross makes alot of sense. The euros just wanted to be first imo. Good background.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/jono/?format=api",
            "submit_date": "2017-12-02T01:57:32Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": null,
            "story": "https://www.pagoolabs.com/stories/api/54/?format=api",
            "forum": null
        }
    ]
}