Currently having an client which has an old Umbraco 6 website where i need to export nodes of some specific types- How do i create an API which returns the specified nodes content with Umbraco 6?
If it was Umbraco 8 i would just create an Umbraco API Controller, but i can't find any documentation about that for v6?
Export content from Umbraco 6
Hi our,
Currently having an client which has an old Umbraco 6 website where i need to export nodes of some specific types- How do i create an API which returns the specified nodes content with Umbraco 6?
If it was Umbraco 8 i would just create an Umbraco API Controller, but i can't find any documentation about that for v6?
The site is running v6.0.3
Hi Anders,
Which format do you need to return data?
You can create a template and return CSV, XML, JSON whatsoever.
Thanks, Alex
JSON as I think that would be easier to import again in Umbraco 8 🙈
is working on a reply...