{ "opencollection": "1.0.0", "info": { "name": "Dropbox API Reference Account Team_log API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Team_log", "type": "folder" }, "items": [ { "info": { "name": "Dropbox get_events", "type": "http" }, "http": { "method": "POST", "url": "https://api.dropbox.com/2/team_log/get_events", "headers": [ { "name": "Content-Type", "value": "application/json" } ] }, "docs": "[get_events](https://www.dropbox.com/developers/documentation/http/teams#team_log-get_events)\n\nscope: `events.read`\n\nRetrieves team events. If the result's `GetTeamEventsResult.has_more` field is `true`, call `get_events/continue` with the returned cursor to retrieve more entries. If end_time is not specified in your request, you may use the returned cursor to poll `get_events/continue` for new events.\nMany attributes note 'may be missing due to historical data gap'.\nNote that the file_operation" }, { "info": { "name": "Dropbox get_events/continue", "type": "http" }, "http": { "method": "POST", "url": "https://api.dropbox.com/2/team_log/get_events/continue", "headers": [ { "name": "Content-Type", "value": "application/json" } ] }, "docs": "[get_events/continue](https://www.dropbox.com/developers/documentation/http/teams#team_log-get_events-continue)\n\nscope: `events.read`\n\nOnce a cursor has been retrieved from `get_events`, use this to paginate through all events.\nPermission : Team Auditing." } ] } ], "bundled": true }