Wordpress Questions - Access from api

61 views Asked by At

As shown in the photo below i have got post as well as questions in my wordpress site.
I am able to access the posts/an individual post via this api - http://webaddress.com/wp-json/wp/v2/posts or http://webaddress.com/wp-json/wp/v2/posts/15402

However i am unable to view the questions on my website using this api - http://webaddress.com/wp-json/wp/v2/posts?filter[post_type]=question

Is a question not a post and how do i fix this api?(because on wp-admin the questions page has the url - http://webaddress.com/wp-admin/edit.php?post_type=question

enter image description here

1

There are 1 answers

0
rnjai On BEST ANSWER

After some hit and trial it worked with this -
/api/get_post/?post_type=question and /api/get_post/?post_type=answer

This plugin was used - https://wordpress.org/plugins/json-api/#4.2.-Category-response-object