# Story Tasks

Story Tasks are used in Kantata OX to track a list of checklist items within a Story.
This model includes a completion boolean and a position integer.

 - [GET /story_tasks](https://developer.kantata.com/kantata/specification/story-tasks/get%20story%20tasks.md): Returns all story tasks belonging to stories in projects that the user is partcipating in. This endpoint returns structured Story Task objects. As with all Kantata OX API endpoints, the returned data
 - [POST /story_tasks](https://developer.kantata.com/kantata/specification/story-tasks/create%20story%20task.md): This endpoint returns structured Story Task objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in the
 - [GET /story_tasks/{id}](https://developer.kantata.com/kantata/specification/story-tasks/get%20story%20task.md): This endpoint returns structured Story Task objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in the
 - [PUT /story_tasks/{id}](https://developer.kantata.com/kantata/specification/story-tasks/update%20story%20task.md): This endpoint returns structured Story Task objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in the
 - [DELETE /story_tasks/{id}](https://developer.kantata.com/kantata/specification/story-tasks/delete%20story%20task.md): The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata OX error message](#section/Errors) explaining why the object could not be deleted
