Query Form Entries via WordPress API
-
Is it possible to use the WordPress REST API to retrieve submitted form entries?
I need to import all form entries into another application and would like to use an API if possible. I tried constructing a query like this:
wp-json/wp/v2/posts?post_type=flamingo_inbound
but it just returned all regular Posts from my site and none of the entries stored by Flamingo.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Query Form Entries via WordPress API’ is closed to new replies.