Rest API - Query Parameters and Filtering
You want to search for books published after 2010 and written by 'Alice' using a REST API. Which URL correctly uses search parameters?
You want to search for books published after 2010 and written by 'Alice' using a REST API. Which URL correctly uses search parameters?
year_gt=2010 means year greater than 2010, which matches the requirement.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions