Get ended shots used for quota calculation of this week.

GET /data/persons/{person_id}/quota-shots/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

  • Ended shots used for quota calculation of this week

  • Wrong date format

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