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 4908 posts 12265 karma points MVP 5x 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 

Please Sign in or register to post replies

Write your reply to:

Draft