QueryParams
QueryParams
General params for querying a list of data
-
from
string
Indicates the start of the time range to retrieve data in RFC 3339 format. -
to
string
Indicates the end of the time range to retrieve data in RFC 3339 format. -
limit
int
The maximum number of results to be returned in a query. Receiving fewer results than the specified limit on a given query is possible.
Default:100
-
order
Order
The order in which results are listed
(1) Show values-
Order
Order of sorted list. From the first element to the last element of the array.
ASC
Ascending order (smallest to largest, a to z, oldest to newest)DESC
Descending order (largest to smallest, z to a, newest to oldest)
-
END
-