... | ... | @@ -31,7 +31,7 @@ Some queries may return large volumes of data. For example, the above query to ~ |
|
|
- limit :: Set the maximum number of records to be returned
|
|
|
- offset :: Index of the first record to be returned (starting from 0)
|
|
|
|
|
|
For example, the following query results in 3 records from ~/fred_domains~ to be returned, starting from record \# 1 (second in the sequence):
|
|
|
For example, the following query results in 3 records from ~/fred_domains~ to be returned, starting from record #1 (second in the sequence):
|
|
|
|
|
|
#+begin_example
|
|
|
GET /fred_domains?limits=3&offset=1 HTTP/1.1
|
... | ... | |