List all posts in the provided Story

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://pagoolabs.com/posts/api/56/?format=api",
            "post": "I am looking forward to an article from you on fx trading. I think in pips for risk. Is fx different.",
            "userprofile": "https://pagoolabs.com/userprofiles/api/nomidas/?format=api",
            "submit_date": "2017-10-30T00:49:25Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 1,
            "parent": null,
            "story": "https://pagoolabs.com/stories/api/41/?format=api",
            "forum": null
        },
        {
            "url": "https://pagoolabs.com/posts/api/66/?format=api",
            "post": "It will be coming up soon!",
            "userprofile": "https://pagoolabs.com/userprofiles/api/SeanManefield/?format=api",
            "submit_date": "2017-11-06T05:31:44Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": "https://pagoolabs.com/posts/api/56/?format=api",
            "story": "https://pagoolabs.com/stories/api/41/?format=api",
            "forum": null
        }
    ]
}