{ "opencollection": "1.0.0", "info": { "name": "Baserow API spec Admin Database table view export API", "version": "2.2.2" }, "items": [ { "info": { "name": "Database table view export", "type": "folder" }, "items": [ { "info": { "name": "export_publicly_shared_view", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/database/view/:slug/export-public-view/", "params": [ { "name": "slug", "value": "", "type": "path", "description": "Select the view you want to export." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates and starts a new export job for a publicly shared view given some exporter options. Returns an error if the view doesn't support exporting.\n\nThis is a **premium** feature." }, { "info": { "name": "get_public_view_export_job", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/database/view/get-public-view-export/:job_id/", "params": [ { "name": "job_id", "value": "", "type": "path", "description": "The signed job id to lookup information about." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns information such as export progress and state or the url of the exported file for the specified export job, only if the requesting user has access.\n\nThis is a **premium** feature." } ] } ], "bundled": true }