Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Like, in wordpress I can get the posts, etc. via rest API. Does Umbraco 11 has rest API that I can consume for example with Angular? So if I want to share information from my Umbraco 11 website to Angular web app - is it possible via rest API?
Thanks
Hi Meni
Not in 11 no - but a REST Api is coming with v12, scheduled for release this summer.
Until then, there is several options if you don't want to build your own, eg.
https://github.com/vertica-as/Vertica.Umbraco.Headless https://github.com/deMD/UmbracoContentApi https://github.com/nikcio/Nikcio.UHeadless
ok, thanks. I think I'll wait for 12 then
Be aware that these unofficial api's do not support all property types / features. For instance the new Blog Grid Editor is not supported in Verticas.
Is this what you are looking for: https://docs.umbraco.com/umbraco-cms/reference/routing/umbraco-api-controllers
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Does Umbraco 11 has API?
Like, in wordpress I can get the posts, etc. via rest API. Does Umbraco 11 has rest API that I can consume for example with Angular? So if I want to share information from my Umbraco 11 website to Angular web app - is it possible via rest API?
Thanks
Hi Meni
Not in 11 no - but a REST Api is coming with v12, scheduled for release this summer.
Until then, there is several options if you don't want to build your own, eg.
https://github.com/vertica-as/Vertica.Umbraco.Headless https://github.com/deMD/UmbracoContentApi https://github.com/nikcio/Nikcio.UHeadless
ok, thanks. I think I'll wait for 12 then
Hi Meni
Be aware that these unofficial api's do not support all property types / features. For instance the new Blog Grid Editor is not supported in Verticas.
Is this what you are looking for: https://docs.umbraco.com/umbraco-cms/reference/routing/umbraco-api-controllers
is working on a reply...