Retrieve all shot entries.

GET /data/shots

Filters can be specified in the query string.

Query parameters

Responses

  • 200

    All shot entries

GET /data/shots
curl \
 -X GET http://localhost:8080/api/data/shots \
 -H "Authorization: $API_KEY"