rw-moore / SciLO

GNU General Public License v3.0
0 stars 0 forks source link

Feat: question query #68

Closed haotianzhu closed 5 years ago

haotianzhu commented 5 years ago

Check List

Comment

GET api/questions ?results=10&page=2&tags[]=1&tags[]=2&quizzes[]=1&quizzes[]=2&author=1&order=ASC&sort=response

sort can be id,create_date,last_modify_date,title,author_id,response order can be ASC or DESC

Put 'closes #.' in your comment to auto-close the issue that your PR fixes (if such).

haotianzhu commented 5 years ago

Could you match the query syntax in the issue, thanks.

GET /api/questions?tags%5B%5D=1&tags%5B%5D=2&sortField=responses&sortOrder=descend&page=2&results=10