Responses

  • Table giving time spent by user and by month for given year

GET /data/persons/time-spents/month-table/{year}
curl \
 --request GET http://api.example.com/data/persons/time-spents/month-table/{year} \
 --header "Authorization: $API_KEY"