Pagination

(Difference between revisions)
Jump to: navigation, search
m (1 revision: Release 86)
Line 13: Line 13:
  
 
{{disqus}}
 
{{disqus}}
 +
[[Category:Common Features]]
 
[[Category:Hostway API]]
 
[[Category:Hostway API]]

Revision as of 11:38, 20 August 2014

Large resources lists require pagination. Pagination is controlled by two query parameters, marker and limit. They are optional and if not given, the first page will be returned.

GET /<url>?marker=markerId&limit=pageSize

marker
Optional The id of the last resource on the previous page. All resources greater than marker up to limit will be returned.
limit
Optional The maximum number of resources that will be returned by the the resource list.

See also


blog comments powered by Disqus

Personal tools
Namespaces
Variants
Actions
APIs
Navigation
Toolbox