# Get day quota shots **GET /data/persons/{person_id}/quota-shots/day/{year}/{month}/{day}** Get ended shots used for quota calculation of this day. ## 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 - **month** (integer) Month to get quota shots for - **day** (integer) Day 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 day #### Body Parameters: application/json (array[object]) ### 400: Wrong date format or invalid count mode [Powered by Bump.sh](https://bump.sh)