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
-
page
integer Required the page requested - starting at 1
GET
/todo/user/todo/{page}
curl \
--request GET 'https://YOURSITE.infoodle.com/apiv2/todo/user/todo/1' \
--header "Authorization: Bearer $ACCESS_TOKEN"