List Questions with translations
GET/demand/accounts/:account_id/questions-translation
List questions with their translations. If you call with no parameters, you will retrieve the first page (100) of questions. use start_after and end_before to navigate through pages of questions. To show account specific quals, use allow_custom_quals parameter. You can pass keywords to the query parameter. This will return a list of questions based on matches in the question or option text.
By default, this api filters baseed on our machine learning model and thus only returns questions that have sufficient training data. To retrieve all questions, pass true to the no_filter parameter.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
List account questions and translations
A request is not valid and can't be processed.
A request is unauthorized.
A requested is forbidden.
A requested resource isn't found.
A request failed due to an internal error.