I am now creating an android app which planned to connect to a plugin(WP Job Manager) in my WordPress side. I installed REST-API plugin and successfully getting posts by:
mywp.org/wp-json/wp/v2/posts
However, results do not include custom posts which created by the plugin. I am new in rest-api and I am not sure what I should do.
Thankyou!