Users
Get notes for a user
Get the private notes that you have added for a user.
get/api/user/{username}/note
Path parameters
usernamestring required
Example:thibault
Response
The list of notes you have added for this user
Example response
[
{
"text": "This is a note",
"date": 1290415680000
}
]