toedter / spring-hateoas-jsonapi

A JSON:API media type implementation for Spring HATEOAS
Apache License 2.0
106 stars 15 forks source link

Sample of Filters #84

Closed Rezar00 closed 8 months ago

Rezar00 commented 8 months ago

I would like to ask for a sample of Filters as request param

toedter commented 8 months ago

See the example in the readme, this shows how to filter the movie fields: http://localhost:8080/api/movies?page[number]=0&page[size]=1&include=directors&fields[movies]=title,year,rating,directors