-
Notifications
You must be signed in to change notification settings - Fork 4
Mathias Gawlista edited this page Aug 9, 2015
·
3 revisions
story_id:* story ID of the tasks.
state: available values: new, assigned, under_supervision, completed (default: all)
page: Use it for pagination through metadata of response head.
per_page: Entries per page (default: 50)
GET /api/v1/stories/55c3883bc3857d3def000000/tasks.json?page=1
api_key:* API key see user profile page.
story_id:* story ID of the tasks.
tasks[][name]: Title of the task.
tasks[][text]*: Description of the task.
POST /api/v1/stories/55c3883bc3857d3def000000/tasks.json?api_key=x&tasks[][name]=Dummy1&tasks[][text]=Dummy2