Get ended shots used for quota calculation of this month.

GET /data/persons/{person_id}/quota-shots/month/{year}/{month}

Path parameters

Responses

  • 200

    Ended shots used for quota calculation of this month

  • 404

    Wrong date format

GET /data/persons/{person_id}/quota-shots/month/{year}/{month}
curl \
 -X GET http://localhost:8080/api/data/persons/{person_id}/quota-shots/month/{year}/{month} \
 -H "Authorization: $API_KEY"