Execute OData query
Executes an OData query for events
Path parameters
ID of the application. This is Application ID from the API Access settings blade in the Azure portal.
The type of events to query; either a standard event type (traces, customEvents, pageViews, requests, dependencies, exceptions, availabilityResults) or $all to query across all event types.
Query parameters
Optional. The timespan over which to retrieve events. This is an ISO8601 time period value. This timespan is applied in addition to any that are specified in the Odata expression.
An expression used to filter the returned events
A free-text search expression to match for whether a particular event should be returned
A comma-separated list of properties with "asc" (the default) or "desc" to control the order of returned events
Limits the properties to just those requested on each returned event
The number of items to skip over before returning events
The number of events to return
Format for the returned events
Request a count of matching items included with the returned events
An expression used for aggregation over returned events
Response
Successful response