I have been looking for an api which can help me fetching forum suggested answer date, I guess I could find by passing 'verified-answer' in forum reply
$core_v2_forumReply.List($forumThread.Id, "%{ ContentIds : $forumThread.ContentId, ForumId = $forumThread.ForumId, ForumReplyQueryType : 'verified-answers',PageIndex = 0, PageSize = 1 }")
but I am not able to fetch.