PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

api for export

  1. Is there api available which helps me in export of forms data for each wordpress user(sta form testform has 3 fields and data submitted by users on Dec10).

    Right now if you see we can export the selected fields in to csv. I would like to get the same data via an api.
    I think if currently you are able to fetch data from db and export it as csv, the same may be available via an API. Please point me how this can be done and api to be used

    Posted 13 years ago on Friday December 10, 2010 | Permalink
  2. There isn't currently an externally accessible API. The only way to export data is via the export to CSV functionality. You would have to write your own plugin that provided an external API by looking at the code used for the export and creating your own custom plugin that could act as an externally accessible API.

    Posted 13 years ago on Friday December 10, 2010 | Permalink