For reporting, I need to regularly receive a list of assigned topics for each user, for further processing.
This is easy to get if you go to the browser at: https://example.com/latest?assigned=<USERNAME>
But this is an HTML page in the browser, not the data in the JSON that I can work with.
I tried this request through the API: curl -H 'Accept: application/json' https://example.com/latest?assigned=<USERNAME>
But through the API, the request gives the entire list of the latest topics, both designated and not.
The amateurish excavations in the source code of the plugin brought the following address: curl -H 'Accept: application/json' https://example.com/assign/assigned.json
But this request gives out generally all assigned topics in the entire history of the forum. I have to search by username in the result.
Can’t you somehow immediately get a list of recently assigned topics to the ыудусеув user, through the API?