Retrieve all entries for given model.
GET
/data/persons
Filters can be specified in the query string.
GET /data/persons
curl \
-X GET http://localhost:8080/api/data/persons \
-H "Authorization: $API_KEY"