From f912c27299dbda27bd02a23acc1adc3c8c68b282 Mon Sep 17 00:00:00 2001 From: YangZhang-GitHub <2533471770@qq.com> Date: Thu, 20 May 2021 15:39:46 +0800 Subject: [PATCH] Add Combined Equipment API information to the README --- myems-api/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/myems-api/README.md b/myems-api/README.md index cbf0f1f2..ee22b4f7 100644 --- a/myems-api/README.md +++ b/myems-api/README.md @@ -2040,6 +2040,10 @@ $ curl -i -X GET {{base_url}}/reports/advancedreports/{id} ``` $ curl -i -X GET {{base_url}}/reports/advancedreports/{id} ``` +* GET Combined Equipment Batch Analysis Report +``` +$ curl -i -X GET {{base_url}}/reports/combinedequipmentbatch?spaceid=1&reportingperiodstartdatetime=2021-05-01T00:00:00&reportingperiodenddatetime=2021-05-20T11:41:09 +``` * GET Combined Equipment Cost Report ``` $ curl -i -X GET {{base_url}}/reports/combinedequipmentcost?combinedequipmentid=1&periodtype=daily&baseperiodstartdatetime=2020-08-01T00:00:00&baseperiodenddatetime=2020-09-01T00:00:00&reportingperiodstartdatetime=2020-09-01T00:00:00&reportingperiodenddatetime=2020-10-01T00:00:00