This commit is contained in:
Fabian Märki
2016-04-15 16:01:40 +02:00
parent 8efbd05d11
commit 643f4089db

View File

@ -580,7 +580,7 @@ curl -H "Content-Type: application/json" -X POST -d '{"ordering":"desc","fields
```
#### Value Aggregation
#### Query Aggregated Values
```json
{
@ -648,7 +648,7 @@ curl -H "Content-Type: application/json" -X POST -d '{"aggregationType":"value"
```
Array value [aggregations](https://github.psi.ch/projects/ST/repos/ch.psi.daq.query/browse/src/main/java/ch/psi/daq/query/model/Aggregation.java):
See [here](https://github.psi.ch/sf_daq/ch.psi.daq.query/blob/master/src/main/java/ch/psi/daq/query/model/Aggregation.java) for available value aggregations.
![Value Aggregation](doc/images/Value_Aggregation.png)