get
http://localhost:3001/api//task_list
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Success
Example Response
id is the Task List ID in this case
{
task_lists: [
{
complete_task_count: 0,
id: 111,
incomplete_task_count: 3,
is_default: false,
name: "List 1",
project_id: 12345,
project_tasks_count: 3,
task_order: [
123456,
123457,
123458,
],
}
],
task_list_order:[
111
],
} 401Invalid Authentication Key and/or Team ID
