Allow exporting Sync pages via API

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:

  1. Developers should be able to export sync pages via the API
  2. Developers should be able to see which page the sync page points to in another doc

Thanks!

2 Likes

Hi @Camden_Clark - That’s a really reasonable request, and it should be information we can provide. I’ll file a request with the team, but I don’t know if they’ll be able to get to it in the near term.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.