Retrieve a page of todo's for the current logged in user to do

GET /todo/user/todo/{page}

When you need the list of todo's for the logged in user

Path parameters

  • page integer Required

    the page requested - starting at 1

Responses

  • The output is the same as for the /todo/profile end point

GET /todo/user/todo/{page}
curl \
 -X GET https://YOURSITE.infoodle.com/apiv2/todo/user/todo/1 \
 -H "Authorization: Bearer $ACCESS_TOKEN"