Retrieve all edit entries.

GET /data/edits/all

Filters can be specified in the query string.

Query parameters

Responses

  • 200

    All edit entries

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