From the course: Introducing Postman

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Composing a request

Challenge: Composing a request - Postman Tutorial

From the course: Introducing Postman

Start my 1-month free trial

Challenge: Composing a request

(upbeat electronic music) - [Instructor] We covered a lot of ground in regard to creating and sending requests in this chapter. Your first challenge is to retrieve the second page of tickets for a board with two items per page. The URL for tickets on a board is local host port 3000 api boards BOARD ID tickets. You'll need to replace the curly braces in BOARD ID with an ID from the board list. Next, restrict the list to include only two items using the ps query string parameter. Then specify the second page of results with the pn query string parameter. Note that the page number is 0 based, so the first page is zero. And finally, set the User-Agent header to LinkedIn/Postman before sending the request.

Contents