- Before you start
- 
        
        Overview
- 
        
        Create a workspace
- 
        
        Create a collection
- Make a GET request
- 
        
        Get all books from the Library API
- 
        
        Request method and URL
- 
        
        Response status code
- Filter your results
- 
        
        Query parameters
- 
        
        Search for a book by genre
- 
        
        Search for available books
- Test your knowledge
- 
        
        Quiz: Requests and responses - Basics
- Wrapping up
- 
        
        Resources
- 
        
        Recap
 
                    
                Requests and responses - Basics
Learn the basics of the request-response communication method using REST APIs in version 9
In this module, you will learn how to:
- Create collections
- Create and send requests
- Understand the request method and request URL
- View response body
- View response status code
- Use query parameters