Retrieves a list of all the unanswered questions for all live auctions of the authenticated user.
A list with all the unanswered questions asked on an authenticated member's listings.
{
"TotalCount": 123,
"Page": 123,
"PageSize": 123,
"List": [
{
"ListingId": 123,
"ListingQuestionId": 123,
"Comment": "ABC",
"CommentDate": "\/Date(1514764800)\/",
"Answer": "ABC",
"AnswerDate": "\/Date(1514764800)\/",
"IsSellerComment": false,
"AskingMember": {
"MemberId": 123,
"Nickname": "ABC",
"DateAddressVerified": "\/Date(1514764800)\/",
"DateJoined": "\/Date(1514764800)\/",
"UniqueNegative": 123,
"UniquePositive": 123,
"FeedbackCount": 123,
"IsAddressVerified": false,
"IsDealer": false,
"IsAuthenticated": false,
"Photo": "ABC"
}
},
{
"ListingId": 123,
"ListingQuestionId": 123,
"Comment": "ABC",
"CommentDate": "\/Date(1514764800)\/",
"Answer": "ABC",
"AnswerDate": "\/Date(1514764800)\/",
"IsSellerComment": false,
"AskingMember": {
"MemberId": 123,
"Nickname": "ABC",
"DateAddressVerified": "\/Date(1514764800)\/",
"DateJoined": "\/Date(1514764800)\/",
"UniqueNegative": 123,
"UniquePositive": 123,
"FeedbackCount": 123,
"IsAddressVerified": false,
"IsDealer": false,
"IsAuthenticated": false,
"Photo": "ABC"
}
}
]
}