{ "opencollection": "1.0.0", "info": { "name": "Microsoft Office Integration Microsoft Office 365 Management Activity CurrentStatus HistoricalStatus API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "HistoricalStatus", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Office Integration Get Historical Status", "type": "http" }, "http": { "method": "GET", "url": "https://manage.office.com/api/v1.0/{tenantId}/activity/feed/HistoricalStatus", "params": [ { "name": "Workload", "value": "", "type": "query", "description": "Filter by workload (default is all)." }, { "name": "StatusTime", "value": "", "type": "query", "description": "Filter by days greater than StatusTime (default ge CurrentTime - 7 days)." }, { "name": "$select", "value": "", "type": "query", "description": "Pick a subset of properties." } ] }, "docs": "Returns the historical status of the service, by day, over a certain time range." } ] } ], "bundled": true }