Forum Discussion

chirstius's avatar
chirstius
Icon for Dropbox Staff rankDropbox Staff
8 years ago

New team events API available now

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

  • AlayVakil's avatar
    AlayVakil
    Explorer | Level 3
    8 years ago

    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's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    8 years ago

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

About Discuss Dropbox Developer & API

Node avatar for Discuss Dropbox Developer & API
Make connections with other developers

The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!