| Parameters: |
- limit – number of result to return (optional, default 10)
- offset – order of first document (optional, default 0)
- search – structured query (optional)
can contain:
* “time_before”: timestamp
* “time_after”: timestamp
Example:
{ “time_before”: 1428529956 }
|