{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Excel Charts Functions API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize", "accessTokenUrl": "https://login.microsoftonline.com/common/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Functions", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Excel Call Workbook Function", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/drive/items/:item-id/workbook/functions/:function-name", "headers": [ { "name": "workbook-session-id", "value": "" } ], "params": [ { "name": "item-id", "value": "", "type": "path", "description": "The ID of the workbook file." }, { "name": "function-name", "value": "pmt", "type": "path", "description": "The name of the Excel function to call." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invoke an Excel workbook function with the specified parameters." } ] } ], "bundled": true }