get Notes
fun getNotes(page: Int = DEFAULT_PAGE, pageSize: Int = DEFAULT_PAGE_SIZE, selectToDoNotes: Boolean, selectCompletedNotes: Boolean): JsonObject
Method to execute the request to get the notes list of the user
Return
the result of the request as JsonObject
Parameters
page
The number of the page to request to the backend
page Size
The size of the result for the page
select To Do Notes
Whether select the yet to-do notes
select Completed Notes
Whether select the completed notes