Retrieve all shot entries.

GET /data/shots/all

Filters can be specified in the query string.

Query parameters

Responses

  • 200

    All shot entries

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