Skip to content
Mathias Gawlista edited this page Aug 9, 2015 · 3 revisions

tasks

tasks#index

Parameters

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)

Example

GET /api/v1/stories/55c3883bc3857d3def000000/tasks.json?page=1

tasks#create

Parameters

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.

Example

POST /api/v1/stories/55c3883bc3857d3def000000/tasks.json?api_key=x&tasks[][name]=Dummy1&tasks[][text]=Dummy2

Clone this wiki locally