Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jason 1 post 21 karma points
    Mar 24, 2014 @ 21:47
    Jason
    0

    Pushing pages into Umbraco using a REST API

    I am looking at how I can create a document/page by sending the specific data across a RESTful API.

    Is there some sort of API already that would allow me to do this?

    I've looked at this page but I'm not too sure what is the best way to go about it.
    http://our.umbraco.org/documentation/Reference/WebApi/

  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Mar 25, 2014 @ 12:06
    Jeroen Breuer
    0

    Hello,

    The WebAPI is a good way of doing this.

    Just create a post method and create the page there with the ContentService.

    Jeroen 

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies