{ "opencollection": "1.0.0", "info": { "name": "Google Data Studio Assets Embedding API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Embedding", "type": "folder" }, "items": [ { "info": { "name": "Google Data Studio Create a pre-configured embedded Looker Studio report", "type": "http" }, "http": { "method": "GET", "url": "https://datastudio.googleapis.com/v1/embed/reporting/create", "params": [ { "name": "c.reportId", "value": "", "type": "query", "description": "The template report ID. If omitted, a blank report is created." }, { "name": "c.pageId", "value": "", "type": "query", "description": "Specifies the initial page to load in the report." }, { "name": "c.mode", "value": "", "type": "query", "description": "Sets the initial mode of the report on load. Accepts \"view\" or \"edit\"." }, { "name": "c.explain", "value": "", "type": "query", "description": "Enables the debug/info dialog for troubleshooting." }, { "name": "r.reportName", "value": "", "type": "query", "description": "Overrides the template report name." }, { "name": "ds.ds0.connector", "value": "", "type": "query", "description": "Specifies the connector type for the data source configuration. When set, the data source is completely replaced. When omitted, only specified parameters are updated." }, { "name": "ds.ds0.datasourceName", "value": "", "type": "query", "description": "Sets the display name of the data source." }, { "name": "ds.ds0.refreshFields", "value": "", "type": "query", "description": "Controls whether fields are refreshed on configuration change." } ] }, "docs": "Forwards the user to a pre-configured embedded Looker Studio report using URL parameters. This endpoint provides the same functionality as the standard report creation endpoint but optimized for embedding in iframes. Accepts the same parameters as the /reporting/create endpoint." } ] } ], "bundled": true }