Start your All-Access Pass to unlock this challenge
In which scenario will our query collection extension not be called?
GET /api/treasures
GET /api/users/5/treasures
GET /api/treasures/5
None of these: query extensions are used for all queries.