I just thought I’d mention the
body-format
query parameter that allows retrieving the export-view.
So I wasn’t actually intending to test this today, but I accidentally found myself having to in order to support a particular piece of formatting, and from my experience it looks like export_view
is not currently supported on pages. view
is, and that’s what I ultimately used - but even though it says export_view
is valid, in my experience it didn’t appear to be. Also, if you look at the shape of the object they give you as an example response, storage
, view
, and atlas_doc_format
are all shown as valid objects, but export_view
(and others) are all missing. I think probably just the three shown in the example response are valid currently.