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
Hello Friends, I need to access Umbraco content (read & publish) from another external asp.net MVC application.
What is the best way of doing this?
You may want to look at:
https://our.umbraco.com/documentation/reference/management/services/contentservice/
and
https://our.umbraco.com/documentation/reference/routing/webapi/
to construct a queryable api layer on umbraco
Thank you Louis, I thought Umbraco provides such a REST API, but I don't find much resources about this.
UmbracoRestApi project - https://github.com/umbraco/UmbracoRestApi
Thanks, Alex. But this project is discontinued, so I think am left with two options:
"discontinued" Umbraco Rest API is a good starting point :) you just need to continue
Thank you Alex
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Access Umbraco Content From External Web Application
Hello Friends, I need to access Umbraco content (read & publish) from another external asp.net MVC application.
What is the best way of doing this?
You may want to look at:
https://our.umbraco.com/documentation/reference/management/services/contentservice/
and
https://our.umbraco.com/documentation/reference/routing/webapi/
to construct a queryable api layer on umbraco
Thank you Louis, I thought Umbraco provides such a REST API, but I don't find much resources about this.
UmbracoRestApi project - https://github.com/umbraco/UmbracoRestApi
Thanks, Alex. But this project is discontinued, so I think am left with two options:
"discontinued" Umbraco Rest API is a good starting point :) you just need to continue
Thank you Alex
is working on a reply...