API: Filter properties - event types for analytics
Heyhey, for the analytics endpoint POST /analytics/query there are filters. These filters accept properties. Is there somewhere a list of these properties? { "collection": "post", "type": "count", "filters": [ { "prop": "type", "op": "eq", "val": "discussion_add" } ], "interval": "monthly", "start": "2023-01-01T00:00:00",…