Rest API - Pagination Patterns
What will be the value of next_page in this pagination metadata if the current page is 1 and total pages are 3?
{
"pagination": {
"current_page": 1,
"total_pages": 3,
"next_page": ?
}
}What will be the value of next_page in this pagination metadata if the current page is 1 and total pages are 3?
{
"pagination": {
"current_page": 1,
"total_pages": 3,
"next_page": ?
}
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions