Activities Frequency and Mean Duration +++++++++++++++++++++++++++++++++++++++ To get a plot (in html format) with the frequency and mean duration of each activity, the user must provide two parameteres in the request to /activity_frequency_duration endpoint: :**filename**: the name of the event log :**folder**: the folder of the event log which is the email of the user (login email) A get request must be sent to the following address: ``http://:5000/activity_frequency_duration?filename=PurchasingExample.xes&folder=`` where text with <> should be replaced with the corresponding information. The response is: image: http://:5000/static/activity_frequency_duration.html and the mean_durations.html is an html graph as shown in the following picture: .. image:: images/frequencymeanduration.png :align: center