simon_picard's avatar
simon_picard
New Member
5 years ago
Status:
New

Improve ActivityEvents API filter

The Admin - Get Activity Events API allows to filter only by one Activity type and supports only the 'eq' and 'and' operators. It would be nice to have more filtering possibilities like using the 'not' operator to filter out some types of Activity. This would prevent getting to much payload and reduce the number of 'ExportActivityEvents' created in the audit logs. Best Regards, Simon

2 Comments

  • An "in" operator would be fantastic as well. I need 25 of the 137 activities for a project. Currently I'm having to either iterate over each one, or pull ALL of the data and then delete the unnecessary data. Having an "in" operator would let me pull only exactly what I need.


    The API also doesn't appear to support "$select" or anything similar, so I have to pull every column even if I only care about 2-3. Getting this API up to spec with the rest of the MSFT APIs would be fantastic. The Azure DevOps APIs are a great example of what I'd be hoping for. Those APIs are very feature rich and implement pretty much all of the REST standards I'm used to at this point.

Recent ideas