Hello,
is it possible to send several fields in the 'category' parameter of team_log get_events V2 API? It doesn't seem according to the doc however this would be very useful. I've tried separating categories with commas or semicolumns with no success.
Atm, to retrieve only files and sharing events, I retrieve all categories and filter afterwards. Send only these categories in the initial call would be much more efficient.
Making 2 different calls is another possibility but that require to store 2 cursors too for following calls and with several teams in parallel, it's harder to manage.
Thanks!