Copied to clipboard

Flag this post as spam?

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


  • neil 1 post 21 karma points
    May 12, 2010 @ 21:10
    neil
    0

    Pull node content using API

    Hi,

    I have a second asp.net site that needs to pull content from the data stored in the umbraco site.

    Is there an API call I can use to query the database for a specific node and return the content?

    Thanks

  • Stefan Kip 1606 posts 4098 karma points c-trib
    May 12, 2010 @ 21:26
    Stefan Kip
    1

    As far as I know you have to be within the Umbraco's website context to be able to pull content from Umbraco.

    You could ofcourse create a WebService in the Umbraco website and create calls to it from the second (non-Umbraco) website... Shouldn't take too long to build :-)

  • Richard Soeteman 3875 posts 12037 karma points MVP
    May 12, 2010 @ 22:05
    Richard Soeteman
    0

    Hi,

    What you can do is generate xml in your template instead of HTML and read that xml using Jquery in your second non Umbraco App.

    Cheers,

    Richard

  • 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