All API requests which retrieve data share a few parameters that allow sorting and slicing.
- limit - Limits the numbers of rows returned (default = 100)
- offset - The offset used for pagination
- sortby - Sets the column to be used for sorting. The column must be a valid method parameter or 'random'.
- sortorder - Sets the ordering of data. Valid values are 'asc' for ascending order, and 'desc' for descending order.