Created
January 4, 2017 13:43
-
-
Save alfredoem/7834c5b94515a7ec67e098bbc8fce1da to your computer and use it in GitHub Desktop.
API endpoint pagination data in response body or header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"page": 1, | |
"pageSize": 2, | |
"rowCount": 380, | |
"pageCount": 190 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment