Retrieve a page of todo's for the current logged in user to do
When you need the list of todo's for the logged in user
Path parameters
-
the page requested - starting at 1
GET
/todo/user/todo/{page}
curl \
-X GET https://YOURSITE.infoodle.com/apiv2/todo/user/todo/1 \
-H "Authorization: Bearer $ACCESS_TOKEN"