List all posts in the provided Story

GET /posts/api/57/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/88/?format=api",
            "post": "I am still hoping for an update :)",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/constanz/?format=api",
            "submit_date": "2018-01-07T04:14:44Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": null,
            "story": "https://www.pagoolabs.com/stories/api/57/?format=api",
            "forum": null
        },
        {
            "url": "https://www.pagoolabs.com/posts/api/86/?format=api",
            "post": "Thanks. When will the next nxt post be up?",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/constanz/?format=api",
            "submit_date": "2017-12-03T05:10:40Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 1,
            "parent": null,
            "story": "https://www.pagoolabs.com/stories/api/57/?format=api",
            "forum": null
        },
        {
            "url": "https://www.pagoolabs.com/posts/api/87/?format=api",
            "post": "Coming soon, Constanz. Stay tuned.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/SeanManefield/?format=api",
            "submit_date": "2017-12-03T10:00:21Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": "https://www.pagoolabs.com/posts/api/86/?format=api",
            "story": "https://www.pagoolabs.com/stories/api/57/?format=api",
            "forum": null
        }
    ]
}