From 63bb8f27c9619a4a2e9462d499f4024d47403d61 Mon Sep 17 00:00:00 2001 From: oof1lab Date: Tue, 31 Oct 2017 18:42:12 +0000 Subject: [PATCH] doc : readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4abb35cdb1..e9e82a88fb 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ eg: SELECT country,city,count(*) FROM offices GROUP BY country,city ORDER BY cit ``` http://localhost:3000/api/payments/aggregate?_fields=amount +response body [ { "min_of_amount": 615.45, @@ -192,6 +193,8 @@ eg: retrieves all numeric aggregate of a column in a table ``` http://localhost:3000/api/orderDetails/aggregate?_fields=priceEach,quantityOrdered + +response body [ { "min_of_priceEach": 26.55,