Get aggregated time spents for given person and week.

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

Path parameters

  • person_id string(UUID) Required
  • year integer Required
  • week integer Required

    Minimum value is 1, maximum value is 52.

Responses

  • Aggregated time spents for given person and week

  • Wrong date format

GET /data/persons/{person_id}/time-spents/week/{year}/{week}
curl \
 -X GET http://localhost:8080/api/data/persons/{person_id}/time-spents/week/{year}/{week}