Get time spent months table

GET /data/persons/time-spents/month-table/{year}

Return a table giving time spent by user and by month for given year.

Path parameters

  • year integer Required

    Year to get time spent table for

Responses

  • 200 application/json

    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/2022' \
 --header "Authorization: $API_KEY"
Response examples (200)
{}