Page-based paging
Used by the Billing and E-commerce APIs — subnets, services, invoices, payouts, orders, subscriptions.integer
Which page to return, starting at
1.integer
How many records per page.
page until a request returns fewer than
per_page records.
Offset-based paging
Used by the NetHub Data API — prefix search and prefix metadata.integer
How many records to return.
integer
How many records to skip before starting.
metadata object, so you can confirm
what you asked for:
Sorting
Pass a field name tosort. Prefix it with - to reverse the order.
Filtering
Filters are passed asfilter[field], and several can be combined. Values are
comma-separated for a set.
%5B and %5D) if your HTTP client does not
do it for you.
Not every list endpoint supports every parameter on this page. The reference page
for each endpoint lists the parameters it accepts.