List all pending and published posts
-
I know that I can retrieve all pending posts by authenticating and requesting
/wp-json/wp/v2/posts?status=pendingSimilarly, I can get all published posts using
/wp-json/wp/v2/posts?status=publishbut how do I retrieve all pending and published posts in the same request?
The topic ‘List all pending and published posts’ is closed to new replies.