{ "opencollection": "1.0.0", "info": { "name": "Visio JavaScript Application Documents API", "version": "1.1" }, "request": { "auth": { "type": "apikey", "key": "X-Embedded-Session", "value": "{{X-Embedded-Session}}", "placement": "header" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Get Document", "type": "http" }, "http": { "method": "GET", "url": "https://appsforoffice.microsoft.com/embedded/1.0/document" }, "docs": "Returns the current Visio document loaded in the embedded session, including its properties and view settings." } ] } ], "bundled": true }