{ "opencollection": "1.0.0", "info": { "name": "Looker Studio Assets Embed API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/v2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Embed", "type": "folder" }, "items": [ { "info": { "name": "Looker Studio Get an embedded report page", "type": "http" }, "http": { "method": "GET", "url": "https://datastudio.googleapis.com/v1/embed/reporting/:reportId/page/:pageId", "params": [ { "name": "reportId", "value": "", "type": "path", "description": "The unique identifier of the Looker Studio report to embed." }, { "name": "pageId", "value": "", "type": "path", "description": "The identifier of the specific page within the report to display." }, { "name": "params", "value": "", "type": "query", "description": "URL-encoded JSON string containing filter parameters to apply to the embedded report. Filters restrict the data displayed based on dimension values." } ] }, "docs": "Returns an embeddable version of a Looker Studio report page designed for use within an HTML iframe. The embedded report renders the specified page of the report with optional filter parameters. Users must have at least view access to the report to see the embedded content." }, { "info": { "name": "Looker Studio Get an embedded report (default page)", "type": "http" }, "http": { "method": "GET", "url": "https://datastudio.googleapis.com/v1/embed/reporting/:reportId", "params": [ { "name": "reportId", "value": "", "type": "path", "description": "The unique identifier of the Looker Studio report to embed." }, { "name": "params", "value": "", "type": "query", "description": "URL-encoded JSON string containing filter parameters to apply to the embedded report." } ] }, "docs": "Returns an embeddable version of a Looker Studio report starting from the default (first) page. This endpoint is used when no specific page ID is required." } ] } ], "bundled": true }