• Resolved Janavi

    (@janavithakkar)


    Hi,

    Can you guide me for the rest API of the web-story plugin, through which I can fetch all the stories in my API and manipulate them as per my requirement?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @janavithakkar, thank you for posting your topic. At this time,
    exporting/importing a story from WordPress is not available. However, we do hope to add this functionality in a future release of Web Stories. You can follow this GitHub issue for updates.

    If you want to export individual stories, you will have to rebuild them manually in Web Stories or explore other tools.

    The WXR export functionality in WordPress does not export all of the required database data, but you could use a plugin like WP Migrate DB Pro to export just the stories content from that site and import it on your current site. All the Web Stories data is stored in a custom web-story post type, which WordPress uses the wp_posts and wp_postmetadatabase columns for. You’ll want to make sure that this post_content_filtered column used by Web Stories as well as all connected entries in the wp_postmeta table are included.

    Reach out to your hosting provider for additional support and let me know if you have any further questions.

    @janavithakkar if it isn’t import/export that you are interested in and it is simply that you want to be able to pull web stories and manipulate them via an API then unfortunately this isn’t currently supported with Web Stories.

    @janavithakkar As we haven’t received a response, I’ll mark this as resolved. Feel free to open a new support topic if you continue to encounter issues, or reopen this topic and we’d be happy to assist. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Rest Api for web-story’ is closed to new replies.