Rest API - Pagination Patterns
Which of the following is the correct way to include a cursor in a REST API request URL?
GET /items?____=abc123Which of the following is the correct way to include a cursor in a REST API request URL?
GET /items?____=abc123cursor to mark the position for the next data fetch.?cursor=abc123 to pass the cursor value.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions