Skip to main content

Hello!

If anyone has worked/ have been working on retrieving the Collaborations Report using Box API in Python and not from the Admin Console, I’m looking for possibilities to create the report and your knowledge/suggestions would be greatly appreciated!

Thank you,

Suvidha Vaddula

Hi @vaddula 👋 This is interesting! If you are looking to generate the Collaborations Report using the Box API in Python instead of through the Admin Console, here are some steps you can follow:

1. Authenticate with the Box API using your developer credentials (or using OAuth 2.0.).
2. Use the appropriate endpoint to retrieve collaboration information for your account.
3. Filter and process the retrieved data by the API to create your desired report.

You can also visit this resource for API reference😊


Reply