Right now if you attempt to export a Sync Page, you get a 400 error that says that only Canvas pages can be exported.
You can workaround this if your API key has access and you know the source page id and doc id because you can just export the source page.
However, there’s no way on a Sync page object in the API to get a link back to the source page to attempt to export that right now either. If you don’t know the source page id and doc id, the only workaround is to iterate through all Docs and then find the source page with the same name and export that one.
I believe:
- Developers should be able to export sync pages via the API
- Developers should be able to see which page the sync page points to in another doc
Thanks!