# Return a list of notes this user can access **GET /notes/list/{uniqueid}** A full list of notes for the requested user Additional optional path parameters /{page} : The page number to show, integer /{searchby}: How to search. notetypeid: Filter by note type ID /{searchvalue}: The value to search by When search by is notetypeid then value is the ID ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **uniqueid** (integer) The ID of the user. The logged in user needs to be able to have access to this user. ## Responses ### 200 OK #### Body: application/json (object) - **items** (object) - **paging** (object) [Powered by Bump.sh](https://bump.sh)