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

  • 200

    Ended shots used for quota calculation of this week

  • 404

    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} \
 -H "Authorization: $API_KEY"