GET api/Analytics/AverageTimeUsedByUser/{employeId}
Get Average Application usage Time of given Employe
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
employeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
time intervalResponse Formats
application/json, text/json
Sample:
"00:00:00.1234567"
application/xml, text/xml
Sample:
<duration xmlns="http://schemas.microsoft.com/2003/10/Serialization/">PT0.1234567S</duration>