From 045171f42e5e91f8206011fc48047070c2bc06f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bohman?= Date: Thu, 8 Dec 2016 11:02:26 +0100 Subject: [PATCH] Update README.md with desctiption for getAllQueries --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 640bcbca..dae4e7e1 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,6 @@ A read-only API can be accessed at `/admin/api.php`. With either no parameters o ``` There are many more parameters, such as `summaryRaw`, `overTimeData`, `topItems`, `recentItems`, `getQueryTypes`, `getForwardDestinations`, `getQuerySources`, and finally `getAllQueries`. + +`getAllQueries` can optionally be set with one this values to return JSON hash ordered as value implies: `orderByClientDomainTime`. `orderByClientTimeDomain`, `orderByTimeClientDomain`, `orderByTimeDomainClient`, `orderByDomainClientTime` or `orderByDomainTimeClient`. +