# Get week quota shots **GET /data/persons/{person_id}/quota-shots/week/{year}/{week}** Get ended shots used for quota calculation of this week. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **person_id** (string(uuid)) Person unique identifier - **year** (integer) Year to get quota shots for - **week** (integer) Week number to get quota shots for ### Query parameters - **count_mode** (string) Count mode for quota calculation ## Responses ### 200 Ended shots used for quota calculation of this week #### Body: application/json (array[object]) ### 400 Wrong date format or invalid count mode [Powered by Bump.sh](https://bump.sh)