Retrieve all entries for given model.

GET /data/comments

Filters can be specified in the query string.

Responses

GET /data/comments
curl \
 --request GET http://api.example.com/data/comments \
 --header "Authorization: $API_KEY"