Copied to clipboard

Flag this post as spam?

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


  • wad 24 posts 87 karma points
    Jun 09, 2018 @ 10:38
    wad
    0

    Umbraco as Content delivery platform ?

    I'm wondering if can i create platform contains the few web pages (call them small) and one BIG web page. Each page is build on top of umbraco. Each page is some kind of new page with some subject. And the BIG page has the own content + some content from the small pages.

    Something like this

  • Søren Gregersen 441 posts 1884 karma points MVP 2x c-trib
    Jun 09, 2018 @ 10:53
    Søren Gregersen
    0

    hi,

    There is not out-of-the box way of doing this, but it is rather easy to create endpoints that can provide this.

    Creating a WebApi controller (https://our.umbraco.org/documentation/Reference/Routing/WebApi/) gives you access to all the umbraco seriveces / contexts so you can query all the content you need

  • wad 24 posts 87 karma points
    Jun 09, 2018 @ 10:58
    wad
    0

    So Umbraco can consume REST from other Umbraco. ? It don't have to be Angular or something ?

  • Søren Gregersen 441 posts 1884 karma points MVP 2x c-trib
    Jun 09, 2018 @ 11:41
    Søren Gregersen
    0

    Huh? In theory yes, but as a i wrote, you have to create the endpoints yourself.

    The WebApi controller is running on the umbraco-site. Just as normal umbraco pages, but delivering json or XML, or whatever you build in to it.

    You have to create the controller.

Please Sign in or register to post replies

Write your reply to:

Draft