Skip to content

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

Fetching a list of Story Follows

Request

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.

GET
/story_follows
curl -i -X GET \
  https://api.mavenlink.com/api/v1/story_follows

Responses

Bad Request

Bodyapplication/json
errorsArray of objects(Error)
Response
{ "errors": [ { "type": "string", "message": "string" } ] }