v1

latestOpenAPI 3.0.02026-07-171238.0 KB
Items

Gets a list of Todo items of a specific state

get/lists/{listId}/items/state/{state}

Path parameters

listIdstring required

The Todo list unique identifier

state'todo' | 'inprogress' | 'done' required

The Todo item state

Query parameters

topnumber

The max number of items to returns in a result

skipnumber

The number of items to skip within the results

Response

An array of Todo items

idstring
listIdstring required
namestring required
descriptionstring required
state'todo' | 'inprogress' | 'done'
dueDatestring date-time
completedDatestring date-time