Rest API - Query Parameters and Filtering
Which of the following is the correct way to add a search parameter named name with value alice to a REST API URL?
https://api.example.com/users
Which of the following is the correct way to add a search parameter named name with value alice to a REST API URL?
https://api.example.com/users
?name=alice. Using & or # or slashes is incorrect here.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions