# Retrieve a page of todo's for a contact **GET /todo/profile/{user_id}/{unique_id}/{page}** When you need the list of todo's for a specific contact. Note that currently the user_id is the same id as logged in user. ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **user_id** (integer) the user id making the request - **unique_id** (integer) the user id about whom the request is being made - **page** (integer) the page requested - starting at 1 ## Responses ### 200 OK #### Body: application/json (object) - **items** (array[object]) - **paging** (object) [Powered by Bump.sh](https://bump.sh)