Get an event
Gets the data for a single event
get/apps/{appId}/events/{eventType}/{eventId}
Path parameters
appIdstring required
ID of the application. This is Application ID from the API Access settings blade in the Azure portal.
eventType'$all' | 'traces' | 'customEvents' | 'pageViews' | 'browserTimings' | 'requests' | 'dependencies' | 'exceptions' | 'availabilityResults' | 'performanceCounters' | 'customMetrics' required
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.
eventIdstring required
ID of event.
Query parameters
timespanstring
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.
Response
Successful response