List Question Answers (POST)
Lists a collection of question-answers.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Filters for question-answer belonging to any of the provided articles.
Filters for question-answer belonging to any of the provided parts.
Filters for question-answers created by any of the provided users.
The maximum number of question-answers to return. The default is ‘50’.
The iteration mode to use. If “after”, then entries after the provided cursor will be returned, or if no cursor is provided, then from the beginning. If “before”, then entries before the provided cursor will be returned, or if no cursor is provided, then from the end. Entries will always be returned in the specified sort-by order.
Filters for question-answers owned by any of the provided users.
Response
List question-answers response.
The question-answers entries matching the request.
Total number of question-answer items for the request.