Story List
API endpoint: Story
GET /api/story/
{
"count": 3,
"next": null,
"previous": null,
"results": [
{
"name": "Any Aroma",
"user": "scotty",
"length": 2,
"story_id": 9
},
{
"name": "The Truth Makes It So",
"user": "scotty",
"length": 5,
"realm": "Perceptual",
"story_id": 8
},
{
"name": "Underboot",
"user": "scotty",
"area": "Politics",
"likes": 1,
"voters": [
"scotty"
],
"length": 9,
"realm": "Social",
"story_id": 7
}
]
}