v1

latestOpenAPI 3.0.02026-07-171238.0 KB
Items

Gets Todo items within the specified list

get/lists/{listId}/items

Path parameters

listIdstring required

The Todo list unique identifier

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