As a user, I'd like to be able to call an API to get the "Thanks" that I have received, as well as the specific revisions/page titles I was thanked for.
That would require a new APIListModule in Thanks:
- query the log_search table for ls_field => 'thankid', and use the ls_value column to get the revisions.
- restrict access to current logged-in user only (I can only query results for myself) for privacy purposes