#MastodonDev #MastodonHelp Is there any way using the #MastodonAPI to fetch or iterate through all of the private notes I have stored on other Mastodon users, regardless of whether I follow / block / mute them? I see an API endpoint for updating a note but not one for fetching the note on a specific user or iterating through the users I've stored notes on. Perhaps I'm just missing it?
@jik No, I don't think you are missing it. From what I know the private note is stored on the /follow, so the only way to pull the private note is to POST /follow with a specific account id. Private notes aren't even listed when you pull followers for your own account. If i find anything else I'll let you know. Looks like you'd have to loop through all followers and make individual /follow to see if you had note for each one.
@jik Nice! Thanks! Added a supporting comment to the thread. I'll spread the word and maybe others can pile on.
@kin OK I've opened a feature request at https://github.com/mastodon/mastodon/issues/22909 .