mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Update README.md with desctiption for getAllQueries
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user