Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric Data Days Monthly is back. Join us on March 26th for two expert-led sessions on 1) Getting Started with Fabric IQ and 2) Mapping & Spacial Analytics in Fabric. Register now

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
Status: New
Comments
Ethan_Hammond
New Member

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.

fbcideas_migusr
New Member
Status changed to: New