Solved
Forum Discussion
VarunGrazitti
10 years agoBoss
kandulmadhu - Correct me if I am wrong, but isn't that something which this URL is doing? You can just change the ID to get the solved posts by a particular user.
/t5/forums/searchpage/tab/message?solved=true&author_id=user-id
Please elaborate if otherwise.
kandulmadhu
10 years agoAdvisor
That search page displays solutions of an user 'X' on his own topics, it does not display his solutions on other users' topics.
I need all the solutions by the user 'X', whether the topic was started by user 'X' or not.
Regards,
Madhu
- kandulmadhu10 years agoAdvisor
Sharing the solution!
The following OOB page displays all the accepted solutions of an user:
BaseURL/t5/forums/recentpostspage/post-type/message/is-solution/true/user-id/userId
Regards,
Madhu