Get aggregated time spents for given person and month.

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

Path parameters

Responses

  • 200

    Aggregated time spents for given person and month

  • 404

    Wrong date format

GET /data/persons/{person_id}/time-spents/month/{year}/{month}
curl \
 -X GET http://localhost:8080/api/data/persons/{person_id}/time-spents/month/{year}/{month} \
 -H "Authorization: $API_KEY"