Rest API - Pagination Patterns
Which of the following is the correct JSON snippet for pagination metadata showing page 2 of 5?
{
"pagination": {
"current_page": 2,
"total_pages": 5
}
}Which of the following is the correct JSON snippet for pagination metadata showing page 2 of 5?
{
"pagination": {
"current_page": 2,
"total_pages": 5
}
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions