cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Discuss Dropbox Developer & API

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

New team events API available now

New team events API available now

chirstius
Dropbox Staff

Developers building for Dropbox Business can now use the new team events API to power their workflow and analytic applications.

Dropbox Business provides an activity log that records all of the key events taken on a team. An admin on a Business team can use the events in the Admin Console to audit and monitor activity within the team. We have re-written the corresponding API from the ground-up with over 300 events available.  The new v2 API (team_log/get_events) improves upon its v1 predecessor with a rich schema, new attributes, and detailed per-event documentation that makes it easy to work with all event types.

Developers can use the team events API to power a variety of applications, including: 

  • Real-time workflow applications, which poll the endpoint looking for particular events to initiate actions
  • Security information and event management (SIEM) applications, which look for anomalies or policy violations and send alerts
  • Business Intelligence tools, which aggregate events and provide insight into how the team works and collaborates

If you previously built an application using the v1 /team/log/get_events, we’ve written a migration guide to help you move your apps onto v2 team_log/get_events.

 

If you’re interested in building with the team events API or want to learn more, we’d love to hear what you’re thinking and talk through the use case you’re trying to solve. Respond to this thread and get the conversation started!

 

2 Replies 2

AlayVakil
Explorer | Level 3

For the javascript sdk TeamLogGetTeamEvents , is the limit argument compulsory ? If not , will it try and get all the events by default ? If yes is there a faster way ?

Greg-DB
Dropbox Staff

The 'limit' parameter for TeamLogGetTeamEvents is not required. If not specified, it will default to 1000. The maximum allowed 'limit' is also 1000.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
  • User avatar
    AlayVakil Explorer | Level 3
What do Dropbox user levels mean?