{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Word Body Thumbnails 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": "Thumbnails", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Word List Thumbnails", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/drive/items/:item-id/thumbnails", "params": [ { "name": "item-id", "value": "01NKDM7HMOJTVYMDOSXFDK2QJDXCDI3WUK", "type": "path", "description": "The unique identifier of the drive item." } ] }, "docs": "Retrieve a collection of ThumbnailSet resources for a DriveItem resource." } ] } ], "bundled": true }