Open TiMS-Design opened 5 years ago
Hello, I'm using the API to retrieve the preachers. But I get only 10 preachers displayed as JSON result. Is there a limitation? My http request: /wp-json/wp/v2/wpfc_preacher
Hi, just add a per_page GET parameter, for example: /wp-json/wp/v2/wpfc_preacher?per_page=100
per_page
/wp-json/wp/v2/wpfc_preacher?per_page=100
It's all documented in REST API Handbook: https://developer.wordpress.org/rest-api/reference/posts
Hello, I'm using the API to retrieve the preachers. But I get only 10 preachers displayed as JSON result. Is there a limitation? My http request: /wp-json/wp/v2/wpfc_preacher