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
We have developed a site in umbraco. We are developing an android application for the same. we need to access some content from umbraco site, how to call umbraco api to access data for my android application
Hi Anumod
Use UmbracoApiControllers - https://our.umbraco.org/documentation/reference/routing/webapi/
It was created for exactly such scenarios as you have.
Thanks,
Alex
take a look at shanons work for a leg up: https://github.com/umbraco/UmbracoRestApi
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco V7 Api
We have developed a site in umbraco. We are developing an android application for the same. we need to access some content from umbraco site, how to call umbraco api to access data for my android application
Hi Anumod
Use UmbracoApiControllers - https://our.umbraco.org/documentation/reference/routing/webapi/
It was created for exactly such scenarios as you have.
Thanks,
Alex
take a look at shanons work for a leg up: https://github.com/umbraco/UmbracoRestApi
is working on a reply...