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 1614 posts 4131 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 4052 posts 12925 karma points MVP 2x
    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

Please Sign in or register to post replies

Write your reply to:

Draft