# Followers

Story Follows allow users to follow a task to which they are not assigned.

## Fetching a list of Story Follows

 - [GET /story_follows](https://developer.kantata.com/kantata/specification/followers/get-story-follows.md): By default, you will get all story follows that you are permitted to see. If you are an Administrator,
you will see every story follow on your account. Otherwise you will see every story follow in projects
in which you are participating.

## Following a story

 - [POST /story_follows](https://developer.kantata.com/kantata/specification/followers/create-story-follow.md)

## Retrieving a single Story Follow

 - [GET /story_follows/{id}](https://developer.kantata.com/kantata/specification/followers/get-story-follow.md)

## Unfollowing a story

 - [DELETE /story_follows/{id}](https://developer.kantata.com/kantata/specification/followers/delete-story-follow.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 explaining why the object could not be deleted.

