Question:
We have an internal web site, intranet, some data is the same that we have in a WIX site, I’m wondering is there an API way to get the page content as an API response so we can update the WIX site and call the page from our internal intranet to get the content we want?
Product:
WIX API
What have you already tried:
I have read all API documentation but I’m unable to find anything like I want
I don’t think so you can fetch data of a specific page per se, however Wix has a thing called Wix http-functions that can allow you to expose your site’s CMS Database Collections as an API, and allow can you to read / write or modify data stored in your site’s collections. This will require coding using Velo. More information can be found here:
https://www.youtube.com/watch?v=4yCBplV3MPQ
https://www.youtube.com/watch?v=jH48Gd102a4
1 Like