Welcome to mirror list, hosted at ThFree Co, Russian Federation.

search.json « requests « json « pages « res - github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f8e442fd182a4ce6aad4fd4df815dfca07fa9d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "id": 29,
    "method": "search",
    "params": {
        "searchin": 0,
        "queries": [{
            "field": "from",
            "filter": "contains",
            "query": "Paul Grahm"
        }, {
            "field": "date",
            "range": {
                "from": 23112342342,
                "to": 2342342343
            }
        }]
    }
}