Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 769 Bytes

pagination.rst

File metadata and controls

31 lines (19 loc) · 769 Bytes

Pagination

Options

All the API requests that return lists of objects support pagination. This is done via two GET parameters:

  • offset specifies the index at which to start returning objects. It is a zero based index.
  • limit specifies the maximum number of objects to be returned. If set to 0, all resources will be returned.

    Example request:

    dumps/request_server_list

    Example response:

    dumps/response_server_list

Meta information

The API returns an object with meta information about the request:

dumps/response_server_list