{ "info": { "_postman_id": "bc59da70-d821-4750-8fde-4efcc1bd66d6", "name": "MyEMS", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Core", "item": [ { "name": "Combined Equipment", "item": [ { "name": "GET All Combined Equipments", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/combinedequipments", "host": [ "{{base_url}}" ], "path": [ "combinedequipments" ] } }, "response": [] }, { "name": "POST Create New Combined Equipment", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"MyEMS Chiller Plant\", \"is_input_counted\":true, \"is_output_counted\":false, \"cost_center_id\":1, \"description\":\"equipment description\"}}" }, "url": { "raw": "{{base_url}}/combinedequipments", "host": [ "{{base_url}}" ], "path": [ "combinedequipments" ] } }, "response": [] }, { "name": "GET a Combined Equipment by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/combinedequipments/1", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1" ] } }, "response": [] }, { "name": "PUT Update a Combined Equipment by ID", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"MyEMS Combined Chiller Plant\", \"is_input_counted\":true, \"is_output_counted\":true, \"cost_center_id\":1, \"description\":\"equipment description\"}}" }, "url": { "raw": "{{base_url}}/combinedequipments/1", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1" ] } }, "response": [] }, { "name": "POST Clone a Combined Equipment by ID", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{}}" }, "url": { "raw": "{{base_url}}/combinedequipments/1", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1" ] } }, "response": [] }, { "name": "DELETE a Combined Equipment by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/combinedequipments/6", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "6" ] } }, "response": [] }, { "name": "POST Bind an Equipment to a Combined Equipment", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"equipment_id\":1}}" }, "url": { "raw": "{{base_url}}/combinedequipments/1/equipments", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "equipments" ] } }, "response": [] }, { "name": "GET All Equipments of a Combined Equipment", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/combinedequipments/1/equipments", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "equipments" ] } }, "response": [] }, { "name": "DELETE an Equipment from a Combined Equipment", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/combinedequipments/1/equipments/1", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "equipments", "1" ] } }, "response": [] }, { "name": "GET All Meters of a Combined Equipment", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/combinedequipments/1/meters", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "meters" ] } }, "response": [] }, { "name": "POST Bind a Meter to a Combined Equipment", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"meter_id\":1, \"is_output\":false}}" }, "url": { "raw": "{{base_url}}/combinedequipments/1/meters", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "meters" ] } }, "response": [] }, { "name": "DELETE a Meter from a Combined Equipment", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/combinedequipments/1/meters/1", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "meters", "1" ] } }, "response": [] }, { "name": "POST Bind a Offline Meter to a Combined Equipment", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"offline_meter_id\":1, \"is_output\":false}}" }, "url": { "raw": "{{base_url}}/combinedequipments/1/offlinemeters", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "offlinemeters" ] } }, "response": [] }, { "name": "GET All Offline Meters of a Combined Equipment", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/combinedequipments/1/offlinemeters", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "offlinemeters" ] } }, "response": [] }, { "name": "DELETE an Offline Meter from a Combined Equipment", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/combinedequipments/1/offlinemeters/1", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "offlinemeters", "1" ] } }, "response": [] }, { "name": "GET All Parameters of a Combined Equipment", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/combinedequipments/1/parameters", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "parameters" ] } }, "response": [] }, { "name": "GET a Parameter of a Combined Equipment", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/combinedequipments/1/parameters/1", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "parameters", "1" ] } }, "response": [] }, { "name": "POST Create a point Parameter for a Combined Equipment", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"test parameter\", \"parameter_type\":\"point\", \"constant\":null, \"point_id\":1, \"numerator_meter_uuid\":null, \"denominator_meter_uuid\":null}}" }, "url": { "raw": "{{base_url}}/combinedequipments/1/parameters", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "parameters" ] }, "description": "parameter_type: constant, point, fraction" }, "response": [] }, { "name": "PUT Update a point Parameter for a Combined Equipment", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"test parameter\", \"parameter_type\":\"point\", \"constant\":null, \"point_id\":3, \"numerator_meter_uuid\":null, \"denominator_meter_uuid\":null}}" }, "url": { "raw": "{{base_url}}/combinedequipments/1/parameters/1", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "parameters", "1" ] }, "description": "parameter_type: constant, point, fraction" }, "response": [] }, { "name": "POST Create a constant Parameter for a Combined Equipment", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"test constant parameter\", \"parameter_type\":\"constant\", \"constant\":\"test constant\", \"point_id\":null, \"numerator_meter_uuid\":null, \"denominator_meter_uuid\":null}}" }, "url": { "raw": "{{base_url}}/combinedequipments/1/parameters", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "parameters" ] }, "description": "parameter_type: constant, point, fraction" }, "response": [] }, { "name": "PUT Update a constant Parameter for a Combined Equipment", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"test parameter1\", \"parameter_type\":\"constant\", \"constant\":\"test constant1\", \"point_id\":null, \"numerator_meter_uuid\":null, \"denominator_meter_uuid\":null}}" }, "url": { "raw": "{{base_url}}/combinedequipments/1/parameters/2", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "parameters", "2" ] }, "description": "parameter_type: constant, point, fraction" }, "response": [] }, { "name": "POST Create a fraction Parameter for a Combined Equipment", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"test fraction parameter\", \"parameter_type\":\"fraction\", \"constant\":null, \"point_id\":null, \"numerator_meter_uuid\":\"8449878f-b368-4ad9-a41c-e2c49189297a\", \"denominator_meter_uuid\":\"3f8a66c4-8fbe-4e6d-8b40-15dee5290afd\"}}" }, "url": { "raw": "{{base_url}}/combinedequipments/1/parameters", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "parameters" ] }, "description": "parameter_type: constant, point, fraction" }, "response": [] }, { "name": "PUT Update a fraction Parameter for a Combined Equipment", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"test fraction parameter\", \"parameter_type\":\"fraction\", \"constant\":null, \"point_id\":null, \"numerator_meter_uuid\":\"8449878f-b368-4ad9-a41c-e2c49189297a\", \"denominator_meter_uuid\":\"3f8a66c4-8fbe-4e6d-8b40-15dee5290afd\"}}" }, "url": { "raw": "{{base_url}}/combinedequipments/1/parameters/3", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "parameters", "3" ] }, "description": "parameter_type: constant, point, fraction" }, "response": [] }, { "name": "DELETE a Parameter from a Combined Equipment", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/combinedequipments/1/parameters/16", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "parameters", "16" ] } }, "response": [] }, { "name": "POST Bind a Virtual Meter to a Combined Equipment", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"virtual_meter_id\":1, \"is_output\":false}}" }, "url": { "raw": "{{base_url}}/combinedequipments/1/virtualmeters", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "virtualmeters" ] } }, "response": [] }, { "name": "GET All Virtual Meters of a Combined Equipment", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/combinedequipments/1/virtualmeters", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "virtualmeters" ] } }, "response": [] }, { "name": "DELETE a Virtual Meter from a Combined Equipment", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c5f872b51ed40ccf55f1c1d6dbd8cb86eefba5d1010e23b2386bd82be431f3eafc0e3360dee18a5327d9e9852e3cf7caad3b81e252f9f311790c22f7a62a90e1", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/combinedequipments/1/virtualmeters/1", "host": [ "{{base_url}}" ], "path": [ "combinedequipments", "1", "virtualmeters", "1" ] } }, "response": [] } ] }, { "name": "Contact", "item": [ { "name": "Get All Contacts", "request": { "auth": { "type": "noauth" }, "method": "GET", "header": [], "url": { "raw": "{{base_url}}/contacts", "host": [ "{{base_url}}" ], "path": [ "contacts" ] } }, "response": [] }, { "name": "GET a Contact by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/contacts/1", "host": [ "{{base_url}}" ], "path": [ "contacts", "1" ] } }, "response": [] }, { "name": "POST Create New Contact", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "835aa13a4bc4af4ca2f47cac03d186bc49c13a30a025e9d983cc52238027f2eb7bd323784ee53a3833109ce1234acf9c8cb6754ba602b84049bb9244e3df6aeb", "description": "Login to get a valid token", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"albert\", \"email\":\"albert@myems.io\", \"phone\":\"+8613888888888\", \"description\":\"contact description\"}}" }, "url": { "raw": "{{base_url}}/contacts", "host": [ "{{base_url}}" ], "path": [ "contacts" ] } }, "response": [] }, { "name": "PUT Update a Contact", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "835aa13a4bc4af4ca2f47cac03d186bc49c13a30a025e9d983cc52238027f2eb7bd323784ee53a3833109ce1234acf9c8cb6754ba602b84049bb9244e3df6aeb", "description": "Login to get a valid token", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"albert\", \"email\":\"albert@myems.io\", \"phone\":\"+8613888888899\", \"description\":\"contact description\"}}" }, "url": { "raw": "{{base_url}}/contacts/3", "host": [ "{{base_url}}" ], "path": [ "contacts", "3" ] } }, "response": [] }, { "name": "DELETE a Contact by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "835aa13a4bc4af4ca2f47cac03d186bc49c13a30a025e9d983cc52238027f2eb7bd323784ee53a3833109ce1234acf9c8cb6754ba602b84049bb9244e3df6aeb", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/contacts/3", "host": [ "{{base_url}}" ], "path": [ "contacts", "3" ] } }, "response": [] } ] }, { "name": "Cost Center", "item": [ { "name": "GET all Cost Centers", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/costcenters", "host": [ "{{base_url}}" ], "path": [ "costcenters" ] } }, "response": [] }, { "name": "GET a Cost Center by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/costcenters/1", "host": [ "{{base_url}}" ], "path": [ "costcenters", "1" ] } }, "response": [] }, { "name": "POST Creat a Cost Center", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "dca233ce58b2bf881e862e994f392dd27dd286c6135eff14da111137023b6c5625864300b269048036dcec310d4f61fa89021e5a3462512de2852493227187a0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"动力中心\", \"external_id\":\"21829198980001\"}}" }, "url": { "raw": "{{base_url}}/costcenters", "host": [ "{{base_url}}" ], "path": [ "costcenters" ] } }, "response": [] }, { "name": "PUT Update a Cost Center", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "dca233ce58b2bf881e862e994f392dd27dd286c6135eff14da111137023b6c5625864300b269048036dcec310d4f61fa89021e5a3462512de2852493227187a0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"动力中心2\", \"external_id\":\"21829198980002\"}}" }, "url": { "raw": "{{base_url}}/costcenters/1", "host": [ "{{base_url}}" ], "path": [ "costcenters", "1" ] } }, "response": [] }, { "name": "DELETE a Cost Center by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "dca233ce58b2bf881e862e994f392dd27dd286c6135eff14da111137023b6c5625864300b269048036dcec310d4f61fa89021e5a3462512de2852493227187a0", "type": "text" } ], "url": { "raw": "{{base_url}}/costcenters/3", "host": [ "{{base_url}}" ], "path": [ "costcenters", "3" ] } }, "response": [] }, { "name": "POST Bind Tariff to Cost Center", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "dca233ce58b2bf881e862e994f392dd27dd286c6135eff14da111137023b6c5625864300b269048036dcec310d4f61fa89021e5a3462512de2852493227187a0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"tariff_id\":\"3\"}}" }, "url": { "raw": "{{base_url}}/costcenters/1/tariffs", "host": [ "{{base_url}}" ], "path": [ "costcenters", "1", "tariffs" ] } }, "response": [] }, { "name": "GET All Tariffs associated with Cost Center by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/costcenters/1/tariffs", "host": [ "{{base_url}}" ], "path": [ "costcenters", "1", "tariffs" ] } }, "response": [] }, { "name": "DELETE Unbind Tariff from Cost Center", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "dca233ce58b2bf881e862e994f392dd27dd286c6135eff14da111137023b6c5625864300b269048036dcec310d4f61fa89021e5a3462512de2852493227187a0", "type": "text" } ], "url": { "raw": "{{base_url}}/costcenters/1/tariffs/3", "host": [ "{{base_url}}" ], "path": [ "costcenters", "1", "tariffs", "3" ] } }, "response": [] } ] }, { "name": "Cost File", "item": [ { "name": "GET All Cost Files", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "aad10e8cd48a3b8719860fed577033098cbc6caeb1454986189b0018bb76c6abc3a0b0600d0bec2fefb2c9cc5147aab23f50c4a4c8a64aaad0b7e4a7054905b8", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/costfiles", "host": [ "{{base_url}}" ], "path": [ "costfiles" ] } }, "response": [] }, { "name": "GET a Cost File by ID", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "aad10e8cd48a3b8719860fed577033098cbc6caeb1454986189b0018bb76c6abc3a0b0600d0bec2fefb2c9cc5147aab23f50c4a4c8a64aaad0b7e4a7054905b8", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/costfiles/1", "host": [ "{{base_url}}" ], "path": [ "costfiles", "1" ] } }, "response": [] }, { "name": "POST Upload a Cost File", "request": { "method": "POST", "header": [ { "key": "User_UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "aad10e8cd48a3b8719860fed577033098cbc6caeb1454986189b0018bb76c6abc3a0b0600d0bec2fefb2c9cc5147aab23f50c4a4c8a64aaad0b7e4a7054905b8", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file", "src": "/D:/myems/myems/myems-normalization/offline_meter_data.xlsx" } ] }, "url": { "raw": "{{base_url}}/costfiles", "host": [ "{{base_url}}" ], "path": [ "costfiles" ] } }, "response": [] }, { "name": "DELETE a Cost File by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "aad10e8cd48a3b8719860fed577033098cbc6caeb1454986189b0018bb76c6abc3a0b0600d0bec2fefb2c9cc5147aab23f50c4a4c8a64aaad0b7e4a7054905b8", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/costfiles/1", "host": [ "{{base_url}}" ], "path": [ "costfiles", "1" ] } }, "response": [] }, { "name": "Rstore a Cost File by ID", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "aad10e8cd48a3b8719860fed577033098cbc6caeb1454986189b0018bb76c6abc3a0b0600d0bec2fefb2c9cc5147aab23f50c4a4c8a64aaad0b7e4a7054905b8", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/costfiles/2/restore", "host": [ "{{base_url}}" ], "path": [ "costfiles", "2", "restore" ] } }, "response": [] } ] }, { "name": "Data Source", "item": [ { "name": "GET All Data Sources", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "44e05939a3c8a545fef506ca42d51c13fc934af45b57346247697ac0b4797ca30d3d950f54d5e16d51876abc0f48b8b5db4894841b56dbfdb2ac9b8162c4e6d1", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/datasources", "host": [ "{{base_url}}" ], "path": [ "datasources" ] } }, "response": [] }, { "name": "GET Data Source by ID", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "ce8adcab80f37322487df375c3e3923e6febbcfb26d2b654a5814db6874f2b072fb40a85199efa725af7f3aa4f490f9cc833422b793fa85266237dc5278dff9f", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/datasources/1", "host": [ "{{base_url}}" ], "path": [ "datasources", "1" ] } }, "response": [] }, { "name": "POST Create Data Source", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "ce8adcab80f37322487df375c3e3923e6febbcfb26d2b654a5814db6874f2b072fb40a85199efa725af7f3aa4f490f9cc833422b793fa85266237dc5278dff9f", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"Modbus1\", \"gateway_id\": 1, \"protocol\":\"modbus-tcp\", \"connection\":\"{\\\"host\\\":\\\"10.1.2.88\\\", \\\"port\\\":502}\"}}" }, "url": { "raw": "{{base_url}}/datasources", "host": [ "{{base_url}}" ], "path": [ "datasources" ] } }, "response": [] }, { "name": "DELETE Data Source by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "ce8adcab80f37322487df375c3e3923e6febbcfb26d2b654a5814db6874f2b072fb40a85199efa725af7f3aa4f490f9cc833422b793fa85266237dc5278dff9f", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/datasources/14", "host": [ "{{base_url}}" ], "path": [ "datasources", "14" ] } }, "response": [] }, { "name": "PUT Update Data Source by ID", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "ce8adcab80f37322487df375c3e3923e6febbcfb26d2b654a5814db6874f2b072fb40a85199efa725af7f3aa4f490f9cc833422b793fa85266237dc5278dff9f", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"Modbus1\", \"gateway_id\":1, \"protocol\":\"modbus-tcp\", \"connection\":\"{\\\"host\\\":\\\"10.1.2.99\\\", \\\"port\\\":502}\"}}" }, "url": { "raw": "{{base_url}}/datasources/1", "host": [ "{{base_url}}" ], "path": [ "datasources", "1" ] } }, "response": [] }, { "name": "GET All Points by Data Source ID", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "44e05939a3c8a545fef506ca42d51c13fc934af45b57346247697ac0b4797ca30d3d950f54d5e16d51876abc0f48b8b5db4894841b56dbfdb2ac9b8162c4e6d1", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/datasources/1/points", "host": [ "{{base_url}}" ], "path": [ "datasources", "1", "points" ] } }, "response": [] } ] }, { "name": "Distribution System", "item": [ { "name": "GET All Distribution Systems", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/distributionsystems", "host": [ "{{base_url}}" ], "path": [ "distributionsystems" ] } }, "response": [] }, { "name": "GET a Distribution System by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/distributionsystems/1", "host": [ "{{base_url}}" ], "path": [ "distributionsystems", "1" ] } }, "response": [] }, { "name": "POST Create Distribution System", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "bd16461ce31dca5c026ee17b1e6e10167d7558230fc6387b4149819a1a2b0d19b87b72687fa488ee41b358b7d229ab44f1011968308c0cf3e9d379e6ae6b2565", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"示例配电系统2\", \"svg\":\"Four separate rectangles\", \"description\":\"demo description\"}}" }, "url": { "raw": "{{base_url}}/distributionsystems", "host": [ "{{base_url}}" ], "path": [ "distributionsystems" ] } }, "response": [] }, { "name": "DELETE Distribution Systems by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "bd16461ce31dca5c026ee17b1e6e10167d7558230fc6387b4149819a1a2b0d19b87b72687fa488ee41b358b7d229ab44f1011968308c0cf3e9d379e6ae6b2565", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/distributionsystems/2", "host": [ "{{base_url}}" ], "path": [ "distributionsystems", "2" ] } }, "response": [] }, { "name": "PUT Update Distribution System by ID", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "bd16461ce31dca5c026ee17b1e6e10167d7558230fc6387b4149819a1a2b0d19b87b72687fa488ee41b358b7d229ab44f1011968308c0cf3e9d379e6ae6b2565", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"示例配电系统1\", \"svg\":\"Four separate rectangles\", \"description\":\"demo description\"}}" }, "url": { "raw": "{{base_url}}/distributionsystems/1", "host": [ "{{base_url}}" ], "path": [ "distributionsystems", "1" ] } }, "response": [] }, { "name": "GET All Distribution Circuits of Distribution System", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/distributionsystems/1/distributioncircuits", "host": [ "{{base_url}}" ], "path": [ "distributionsystems", "1", "distributioncircuits" ] } }, "response": [] } ] }, { "name": "Distribution Circuit", "item": [ { "name": "GET All Distribution Circuits", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/distributioncircuits", "host": [ "{{base_url}}" ], "path": [ "distributioncircuits" ] } }, "response": [] }, { "name": "GET a Distribution Circuit by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/distributioncircuits/1", "host": [ "{{base_url}}" ], "path": [ "distributioncircuits", "1" ] } }, "response": [] }, { "name": "POST Create new Distribution Circuit", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "bd16461ce31dca5c026ee17b1e6e10167d7558230fc6387b4149819a1a2b0d19b87b72687fa488ee41b358b7d229ab44f1011968308c0cf3e9d379e6ae6b2565", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"51W92\", \"distribution_system_id\":1, \"distribution_room\":\"EW1\", \"switchgear\":\"51AL9\", \"peak_load\": 30, \"peak_current\": 53.6, \"customers\": \"地下室应急照明\", \"meters\": \"ALE-1102, ALE-1082\"}}" }, "url": { "raw": "{{base_url}}/distributioncircuits", "host": [ "{{base_url}}" ], "path": [ "distributioncircuits" ] } }, "response": [] }, { "name": "DELETE a Distribution Circuit by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "bd16461ce31dca5c026ee17b1e6e10167d7558230fc6387b4149819a1a2b0d19b87b72687fa488ee41b358b7d229ab44f1011968308c0cf3e9d379e6ae6b2565", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/distributioncircuits/2", "host": [ "{{base_url}}" ], "path": [ "distributioncircuits", "2" ] } }, "response": [] }, { "name": "PUT Update Distribution Circuit by ID", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "bd16461ce31dca5c026ee17b1e6e10167d7558230fc6387b4149819a1a2b0d19b87b72687fa488ee41b358b7d229ab44f1011968308c0cf3e9d379e6ae6b2565", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"51W91\", \"distribution_system_id\":1, \"distribution_room\":\"EW1\", \"switchgear\":\"51AL9\", \"peak_load\": 30, \"peak_current\": 53.6, \"customers\": \"地下室应急照明\", \"meters\": \"ALE-1102, ALE-1082\"}}" }, "url": { "raw": "{{base_url}}/distributioncircuits/1", "host": [ "{{base_url}}" ], "path": [ "distributioncircuits", "1" ] } }, "response": [] }, { "name": "POST Bind Point to Distribution Circuit", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "bd16461ce31dca5c026ee17b1e6e10167d7558230fc6387b4149819a1a2b0d19b87b72687fa488ee41b358b7d229ab44f1011968308c0cf3e9d379e6ae6b2565", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"point_id\":\"2\"}}" }, "url": { "raw": "{{base_url}}/distributioncircuits/1/points", "host": [ "{{base_url}}" ], "path": [ "distributioncircuits", "1", "points" ] } }, "response": [] }, { "name": "GET All Points of a Distribution Circuit", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/distributioncircuits/1/points", "host": [ "{{base_url}}" ], "path": [ "distributioncircuits", "1", "points" ] } }, "response": [] }, { "name": "DELETE Unbind Point from Distribution Circuit", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "bd16461ce31dca5c026ee17b1e6e10167d7558230fc6387b4149819a1a2b0d19b87b72687fa488ee41b358b7d229ab44f1011968308c0cf3e9d379e6ae6b2565", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/distributioncircuits/1/points/2", "host": [ "{{base_url}}" ], "path": [ "distributioncircuits", "1", "points", "2" ] } }, "response": [] } ] }, { "name": "Email Server", "item": [ { "name": "GET All Email Servers", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "985248d7150682a54dbe3a781b87d92d37d26dbc32a77415e49cfc733793e90edf2fa26dec9390cdae388f2b3774894bcc7cfe879eb52fcc2bd24ae2b5e07d06", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/emailservers", "host": [ "{{base_url}}" ], "path": [ "emailservers" ] } }, "response": [] }, { "name": "POST Create New Email Server", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "985248d7150682a54dbe3a781b87d92d37d26dbc32a77415e49cfc733793e90edf2fa26dec9390cdae388f2b3774894bcc7cfe879eb52fcc2bd24ae2b5e07d06", "description": "Login to get a valid token", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"host\":\"smtp.126.com\",\"port\":25, \"requires_authentication\":true, \"user_name\":\"myems\" , \"password\":\"!MyEMS1\" , \"from_addr\":\"myems@126.com\"}}" }, "url": { "raw": "{{base_url}}/emailservers", "host": [ "{{base_url}}" ], "path": [ "emailservers" ] } }, "response": [] }, { "name": "GET an Email Server by ID", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "985248d7150682a54dbe3a781b87d92d37d26dbc32a77415e49cfc733793e90edf2fa26dec9390cdae388f2b3774894bcc7cfe879eb52fcc2bd24ae2b5e07d06", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/emailservers/1", "host": [ "{{base_url}}" ], "path": [ "emailservers", "1" ] } }, "response": [] }, { "name": "PUT Update an Email Server", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "985248d7150682a54dbe3a781b87d92d37d26dbc32a77415e49cfc733793e90edf2fa26dec9390cdae388f2b3774894bcc7cfe879eb52fcc2bd24ae2b5e07d06", "description": "Login to get a valid token", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"host\":\"smtp.myems.io\",\"port\":25, \"requires_authentication\":true, \"user_name\":\"myems\" , \"password\":\"!MyEMS1\" , \"from_addr\":\"myems@myems.io\"}}" }, "url": { "raw": "{{base_url}}/emailservers/1", "host": [ "{{base_url}}" ], "path": [ "emailservers", "1" ] } }, "response": [] }, { "name": "DELETE an Email Server by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": " Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "985248d7150682a54dbe3a781b87d92d37d26dbc32a77415e49cfc733793e90edf2fa26dec9390cdae388f2b3774894bcc7cfe879eb52fcc2bd24ae2b5e07d06", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/emailservers/2", "host": [ "{{base_url}}" ], "path": [ "emailservers", "2" ] } }, "response": [] } ] }, { "name": "Email Message", "item": [ { "name": "GET Email Messages by Date Range", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "0f62b7a53f57c5ad3b8b6c40e816daebfa657ec73ba508e5fe2b9446a72db98a3efa1867ce81830b7e547cb0572007e1083612850151621040ab7ae2579b18c4", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/emailmessages?startdatetime=2021-10-01T00:00:00&enddatetime=2021-10-11T00:00:00", "host": [ "{{base_url}}" ], "path": [ "emailmessages" ], "query": [ { "key": "startdatetime", "value": "2021-10-01T00:00:00" }, { "key": "enddatetime", "value": "2021-10-11T00:00:00" } ] } }, "response": [] }, { "name": "GET an Email Message by ID", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "592641a558bc1724c4b75bd80d7d37b9b6a441b9b2231e3a5b2843b1f1e4f6864608ca97c4db00c94012b3406bf0c45cf231b789d2f551c1d420aa4de09f75cd", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/emailmessages/1", "host": [ "{{base_url}}" ], "path": [ "emailmessages", "1" ] } }, "response": [] }, { "name": "POST Create New Email Message", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "d6989b2efcb86be0fbc9d0cfe490326e4d1f13c9ffcc322de57ea53889ad3298cc6fb1cfc81f3c44fb5cec1157cfd4d3c8316d5b20d9d21c7b56536819f9c053", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file", "src": "/C:/Users/johnson/Downloads/offlinemeters 2021年3月 (3).xlsx" }, { "key": "req", "value": "{\"data\":{\"rule_id\":1, \"recipient_name\":\"myems\", \"recipient_email\":\"myems@163.com\", \"subject\":\"report_01_2021_12_24\", \"message\":\"report_01_2021_12_24\", \"created_datetime\":\"2021-12-24T00:00:00\", \"scheduled_datetime\":\"2021-12-24T00:00:00\"}}", "type": "text" } ] }, "url": { "raw": "{{base_url}}/emailmessages", "host": [ "{{base_url}}" ], "path": [ "emailmessages" ] } }, "response": [] }, { "name": "PUT Update an Email Message", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "d6989b2efcb86be0fbc9d0cfe490326e4d1f13c9ffcc322de57ea53889ad3298cc6fb1cfc81f3c44fb5cec1157cfd4d3c8316d5b20d9d21c7b56536819f9c053", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file", "src": "/C:/Users/johnson/Downloads/offlinemeters202103.xlsx" }, { "key": "req", "value": "{\"data\":{\"rule_id\":1, \"recipient_name\":\"myems\", \"recipient_email\":\"myems@163.com\", \"subject\":\"report_01_2021_12_24\", \"message\":\"report_01_2021_12_24\", \"status\":\"timeout\", \"created_datetime\":\"2021-12-24T00:00:00\", \"scheduled_datetime\":\"2021-12-24T00:00:00\"}}", "type": "text" } ] }, "url": { "raw": "{{base_url}}/emailmessages/1", "host": [ "{{base_url}}" ], "path": [ "emailmessages", "1" ] } }, "response": [] }, { "name": "DELETE an Email Message by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "592641a558bc1724c4b75bd80d7d37b9b6a441b9b2231e3a5b2843b1f1e4f6864608ca97c4db00c94012b3406bf0c45cf231b789d2f551c1d420aa4de09f75cd", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/emailmessages/2", "host": [ "{{base_url}}" ], "path": [ "emailmessages", "2" ] } }, "response": [] } ] }, { "name": "Energy Category", "item": [ { "name": "GET All Energy Categories", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/energycategories", "host": [ "{{base_url}}" ], "path": [ "energycategories" ] } }, "response": [] }, { "name": "GET an Energy Category", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/energycategories/1", "host": [ "{{base_url}}" ], "path": [ "energycategories", "1" ] } }, "response": [] }, { "name": "POST Create an Energy Category", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4 ", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "073b43c05dadd89b833c0595b81c49cb9c1a54ca52b024b301a001720e52c5bf3b95951d5c54766de1028d20301cbd2bb6ec3fb62f9e14d9658cbf3811fe6c93", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"柴油\",\"unit_of_measure\":\"L\", \"kgce\":0.1229 , \"kgco2e\":0.8825}}" }, "url": { "raw": "{{base_url}}/energycategories", "host": [ "{{base_url}}" ], "path": [ "energycategories" ] } }, "response": [] }, { "name": "PUT Update an Energy Category", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4 ", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "073b43c05dadd89b833c0595b81c49cb9c1a54ca52b024b301a001720e52c5bf3b95951d5c54766de1028d20301cbd2bb6ec3fb62f9e14d9658cbf3811fe6c93", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"汽油\",\"unit_of_measure\":\"L\", \"kgce\":0.1229 , \"kgco2e\":0.8825}}" }, "url": { "raw": "{{base_url}}/energycategories/12", "host": [ "{{base_url}}" ], "path": [ "energycategories", "12" ] } }, "response": [] }, { "name": "DELETE an Energy Category", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4 ", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "073b43c05dadd89b833c0595b81c49cb9c1a54ca52b024b301a001720e52c5bf3b95951d5c54766de1028d20301cbd2bb6ec3fb62f9e14d9658cbf3811fe6c93", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/energycategories/12", "host": [ "{{base_url}}" ], "path": [ "energycategories", "12" ] } }, "response": [] } ] }, { "name": "Energy Flow Diagram", "item": [ { "name": "GET All Energy Flow Diagrams", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/energyflowdiagrams", "host": [ "{{base_url}}" ], "path": [ "energyflowdiagrams" ] } }, "response": [] }, { "name": "GET an Energy Flow Diagram by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/energyflowdiagrams/1", "host": [ "{{base_url}}" ], "path": [ "energyflowdiagrams", "1" ] } }, "response": [] }, { "name": "POST Create an Energy Flow Diagram", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "bd16461ce31dca5c026ee17b1e6e10167d7558230fc6387b4149819a1a2b0d19b87b72687fa488ee41b358b7d229ab44f1011968308c0cf3e9d379e6ae6b2565", "description": "Login to get a valid token", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"MyEMS Energy Flow\"}}" }, "url": { "raw": "{{base_url}}/energyflowdiagrams", "host": [ "{{base_url}}" ], "path": [ "energyflowdiagrams" ] } }, "response": [] }, { "name": "PUT Update an Energy Flow Diagram", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "bd16461ce31dca5c026ee17b1e6e10167d7558230fc6387b4149819a1a2b0d19b87b72687fa488ee41b358b7d229ab44f1011968308c0cf3e9d379e6ae6b2565", "description": "Login to get a valid token", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"MyEMS Energy Flow Diagram\"}}" }, "url": { "raw": "{{base_url}}/energyflowdiagrams/2000000", "host": [ "{{base_url}}" ], "path": [ "energyflowdiagrams", "2000000" ] } }, "response": [] }, { "name": "DELETE an Energy Flow Diagram", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "bd16461ce31dca5c026ee17b1e6e10167d7558230fc6387b4149819a1a2b0d19b87b72687fa488ee41b358b7d229ab44f1011968308c0cf3e9d379e6ae6b2565", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/energyflowdiagrams/2000000", "host": [ "{{base_url}}" ], "path": [ "energyflowdiagrams", "2000000" ] } }, "response": [] }, { "name": "GET All Nodes of an Energy Flow Diagram", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/energyflowdiagrams/1000000/nodes", "host": [ "{{base_url}}" ], "path": [ "energyflowdiagrams", "1000000", "nodes" ] } }, "response": [] }, { "name": "POST Create new Node of an Energy Flow Diagram", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "bd16461ce31dca5c026ee17b1e6e10167d7558230fc6387b4149819a1a2b0d19b87b72687fa488ee41b358b7d229ab44f1011968308c0cf3e9d379e6ae6b2565", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"10KV#3\"}}" }, "url": { "raw": "{{base_url}}/energyflowdiagrams/1000000/nodes", "host": [ "{{base_url}}" ], "path": [ "energyflowdiagrams", "1000000", "nodes" ] } }, "response": [] }, { "name": "PUT Update an Node of an Energy Flow Diagram", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "bd16461ce31dca5c026ee17b1e6e10167d7558230fc6387b4149819a1a2b0d19b87b72687fa488ee41b358b7d229ab44f1011968308c0cf3e9d379e6ae6b2565", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"10KV Input #1\"}}" }, "url": { "raw": "{{base_url}}/energyflowdiagrams/1000000/nodes/3000000", "host": [ "{{base_url}}" ], "path": [ "energyflowdiagrams", "1000000", "nodes", "3000000" ] } }, "response": [] }, { "name": "DELETE an Node of an Energy Flow Diagram", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "bd16461ce31dca5c026ee17b1e6e10167d7558230fc6387b4149819a1a2b0d19b87b72687fa488ee41b358b7d229ab44f1011968308c0cf3e9d379e6ae6b2565", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/energyflowdiagrams/1000000/nodes/3000000", "host": [ "{{base_url}}" ], "path": [ "energyflowdiagrams", "1000000", "nodes", "3000000" ] } }, "response": [] }, { "name": "GET All Links of an Energy Flow Diagram", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/energyflowdiagrams/1000000/links", "host": [ "{{base_url}}" ], "path": [ "energyflowdiagrams", "1000000", "links" ] } }, "response": [] }, { "name": "POST Create new Link of an Energy Flow Diagram", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "bd16461ce31dca5c026ee17b1e6e10167d7558230fc6387b4149819a1a2b0d19b87b72687fa488ee41b358b7d229ab44f1011968308c0cf3e9d379e6ae6b2565", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"source_node_id\":1000000, \"target_node_id\":1000008, \"meter_uuid\":\"eb78f7f9-f26f-463b-92fa-d9daf5b3651c\"}}" }, "url": { "raw": "{{base_url}}/energyflowdiagrams/1000000/links", "host": [ "{{base_url}}" ], "path": [ "energyflowdiagrams", "1000000", "links" ] } }, "response": [] }, { "name": "PUT Update a Link of an Energy Flow Diagram", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "bd16461ce31dca5c026ee17b1e6e10167d7558230fc6387b4149819a1a2b0d19b87b72687fa488ee41b358b7d229ab44f1011968308c0cf3e9d379e6ae6b2565", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"source_node_id\":1000000, \"target_node_id\":1000009, \"meter_uuid\":\"eb78f7f9-f26f-463b-92fa-d9daf5b3651c\"}}" }, "url": { "raw": "{{base_url}}/energyflowdiagrams/1000000/links/3000000", "host": [ "{{base_url}}" ], "path": [ "energyflowdiagrams", "1000000", "links", "3000000" ] } }, "response": [] }, { "name": "DELETE a Link of an Energy Flow Diagram", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "bd16461ce31dca5c026ee17b1e6e10167d7558230fc6387b4149819a1a2b0d19b87b72687fa488ee41b358b7d229ab44f1011968308c0cf3e9d379e6ae6b2565", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/energyflowdiagrams/1000000/links/3000000", "host": [ "{{base_url}}" ], "path": [ "energyflowdiagrams", "1000000", "links", "3000000" ] } }, "response": [] } ] }, { "name": "Energy Item", "item": [ { "name": "GET All Energy Items", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/energyitems", "host": [ "{{base_url}}" ], "path": [ "energyitems" ] } }, "response": [] }, { "name": "GET an Energy Item", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/energyitems/1", "host": [ "{{base_url}}" ], "path": [ "energyitems", "1" ] } }, "response": [] }, { "name": "POST Create an Energy Item", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4 ", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "89d8c1a8e6e2a4fc3b7a7eb3964c4e6fc97b5ae216591a986deb43f8a03babcd72ce5ad0c160e3ed4c9550cea29a9a548a261812484f2c7ac9aa039aa33441e2", "description": "Login to get a valid token", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"租户用电\",\"energy_category_id\":1}}" }, "url": { "raw": "{{base_url}}/energyitems", "host": [ "{{base_url}}" ], "path": [ "energyitems" ] } }, "response": [] }, { "name": "PUT Update an Energy Item", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4 ", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "89d8c1a8e6e2a4fc3b7a7eb3964c4e6fc97b5ae216591a986deb43f8a03babcd72ce5ad0c160e3ed4c9550cea29a9a548a261812484f2c7ac9aa039aa33441e2", "description": "Login to get a valid token", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"空调用\",\"energy_category_id\":1}}" }, "url": { "raw": "{{base_url}}/energyitems/1", "host": [ "{{base_url}}" ], "path": [ "energyitems", "1" ] } }, "response": [] }, { "name": "DELETE an Energy Item", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4 ", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "89d8c1a8e6e2a4fc3b7a7eb3964c4e6fc97b5ae216591a986deb43f8a03babcd72ce5ad0c160e3ed4c9550cea29a9a548a261812484f2c7ac9aa039aa33441e2", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/energyitems/4", "host": [ "{{base_url}}" ], "path": [ "energyitems", "4" ] } }, "response": [] } ] }, { "name": "Equipment", "item": [ { "name": "GET All Equipments", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/equipments", "host": [ "{{base_url}}" ], "path": [ "equipments" ] } }, "response": [] }, { "name": "POST Create New Equipment", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "96df45542155d4fd65c8234a98fe076232dc09e89238fc2ae3f47cae78960f941e789c72c1ff11b2ba2c2b937631661287150cb1d753b011b7a5500524445b01", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"MyEMS Chiller\", \"is_input_counted\":true, \"is_output_counted\":false, \"cost_center_id\":1, \"description\":\"equipment description\"}}" }, "url": { "raw": "{{base_url}}/equipments", "host": [ "{{base_url}}" ], "path": [ "equipments" ] } }, "response": [] }, { "name": "GET an Equipment by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/equipments/1", "host": [ "{{base_url}}" ], "path": [ "equipments", "1" ] } }, "response": [] }, { "name": "PUT Update an Equipment by ID", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "96df45542155d4fd65c8234a98fe076232dc09e89238fc2ae3f47cae78960f941e789c72c1ff11b2ba2c2b937631661287150cb1d753b011b7a5500524445b01", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"new MyEMS Chiller\", \"is_input_counted\":true, \"is_output_counted\":true, \"cost_center_id\":1, \"description\":\"equipment description\"}}" }, "url": { "raw": "{{base_url}}/equipments/1", "host": [ "{{base_url}}" ], "path": [ "equipments", "1" ] } }, "response": [] }, { "name": "POST Clone an Equipment by ID", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "96df45542155d4fd65c8234a98fe076232dc09e89238fc2ae3f47cae78960f941e789c72c1ff11b2ba2c2b937631661287150cb1d753b011b7a5500524445b01", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{}}" }, "url": { "raw": "{{base_url}}/equipments/1", "host": [ "{{base_url}}" ], "path": [ "equipments", "1" ] } }, "response": [] }, { "name": "DELETE an Equipment by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "96df45542155d4fd65c8234a98fe076232dc09e89238fc2ae3f47cae78960f941e789c72c1ff11b2ba2c2b937631661287150cb1d753b011b7a5500524445b01", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/equipments/4", "host": [ "{{base_url}}" ], "path": [ "equipments", "4" ] } }, "response": [] }, { "name": "POST Bind a Meter to an Equipment", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "96df45542155d4fd65c8234a98fe076232dc09e89238fc2ae3f47cae78960f941e789c72c1ff11b2ba2c2b937631661287150cb1d753b011b7a5500524445b01", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"meter_id\":3, \"is_output\":false}}" }, "url": { "raw": "{{base_url}}/equipments/1/meters", "host": [ "{{base_url}}" ], "path": [ "equipments", "1", "meters" ] } }, "response": [] }, { "name": "GET All Meters of an Equipment", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/equipments/1/meters", "host": [ "{{base_url}}" ], "path": [ "equipments", "1", "meters" ] } }, "response": [] }, { "name": "DELETE a Meter from an Equipment", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "96df45542155d4fd65c8234a98fe076232dc09e89238fc2ae3f47cae78960f941e789c72c1ff11b2ba2c2b937631661287150cb1d753b011b7a5500524445b01", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/equipments/1/meters/1", "host": [ "{{base_url}}" ], "path": [ "equipments", "1", "meters", "1" ] } }, "response": [] }, { "name": "POST Bind a Offline Meter to an Equipment", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "96df45542155d4fd65c8234a98fe076232dc09e89238fc2ae3f47cae78960f941e789c72c1ff11b2ba2c2b937631661287150cb1d753b011b7a5500524445b01", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"offline_meter_id\":1, \"is_output\":false}}" }, "url": { "raw": "{{base_url}}/equipments/1/offlinemeters", "host": [ "{{base_url}}" ], "path": [ "equipments", "1", "offlinemeters" ] } }, "response": [] }, { "name": "GET All Offline Meters of an Equipment", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/equipments/1/offlinemeters", "host": [ "{{base_url}}" ], "path": [ "equipments", "1", "offlinemeters" ] } }, "response": [] }, { "name": "DELETE an Offline Meter from an Equipment", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "96df45542155d4fd65c8234a98fe076232dc09e89238fc2ae3f47cae78960f941e789c72c1ff11b2ba2c2b937631661287150cb1d753b011b7a5500524445b01", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/equipments/1/offlinemeters/1", "host": [ "{{base_url}}" ], "path": [ "equipments", "1", "offlinemeters", "1" ] } }, "response": [] }, { "name": "GET All Parameters of an Equipment", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/equipments/1/parameters", "host": [ "{{base_url}}" ], "path": [ "equipments", "1", "parameters" ] } }, "response": [] }, { "name": "GET a Parameter of an Equipment", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/equipments/1/parameters/2", "host": [ "{{base_url}}" ], "path": [ "equipments", "1", "parameters", "2" ] } }, "response": [] }, { "name": "POST Create a point Parameter for an Equipment", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "96df45542155d4fd65c8234a98fe076232dc09e89238fc2ae3f47cae78960f941e789c72c1ff11b2ba2c2b937631661287150cb1d753b011b7a5500524445b01", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"test parameter\", \"parameter_type\":\"point\", \"constant\":null, \"point_id\":1, \"numerator_meter_uuid\":null, \"denominator_meter_uuid\":null}}" }, "url": { "raw": "{{base_url}}/equipments/1/parameters", "host": [ "{{base_url}}" ], "path": [ "equipments", "1", "parameters" ] }, "description": "parameter_type: constant, point, fraction" }, "response": [] }, { "name": "PUT Update a point Parameter for an Equipment", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "96df45542155d4fd65c8234a98fe076232dc09e89238fc2ae3f47cae78960f941e789c72c1ff11b2ba2c2b937631661287150cb1d753b011b7a5500524445b01", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"test parameter\", \"parameter_type\":\"point\", \"constant\":null, \"point_id\":3, \"numerator_meter_uuid\":null, \"denominator_meter_uuid\":null}}" }, "url": { "raw": "{{base_url}}/equipments/1/parameters/14", "host": [ "{{base_url}}" ], "path": [ "equipments", "1", "parameters", "14" ] }, "description": "parameter_type: constant, point, fraction" }, "response": [] }, { "name": "POST Create a constant Parameter for an Equipment", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "96df45542155d4fd65c8234a98fe076232dc09e89238fc2ae3f47cae78960f941e789c72c1ff11b2ba2c2b937631661287150cb1d753b011b7a5500524445b01", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"test parameter\", \"parameter_type\":\"constant\", \"constant\":\"test constant\", \"point_id\":null, \"numerator_meter_uuid\":null, \"denominator_meter_uuid\":null}}" }, "url": { "raw": "{{base_url}}/equipments/1/parameters", "host": [ "{{base_url}}" ], "path": [ "equipments", "1", "parameters" ] }, "description": "parameter_type: constant, point, fraction" }, "response": [] }, { "name": "PUT Update a constant Parameter for an Equipment", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "96df45542155d4fd65c8234a98fe076232dc09e89238fc2ae3f47cae78960f941e789c72c1ff11b2ba2c2b937631661287150cb1d753b011b7a5500524445b01", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"test parameter1\", \"parameter_type\":\"constant\", \"constant\":\"test constant1\", \"point_id\":null, \"numerator_meter_uuid\":null, \"denominator_meter_uuid\":null}}" }, "url": { "raw": "{{base_url}}/equipments/1/parameters/25", "host": [ "{{base_url}}" ], "path": [ "equipments", "1", "parameters", "25" ] }, "description": "parameter_type: constant, point, fraction" }, "response": [] }, { "name": "POST Create a fraction Parameter for an Equipment", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "96df45542155d4fd65c8234a98fe076232dc09e89238fc2ae3f47cae78960f941e789c72c1ff11b2ba2c2b937631661287150cb1d753b011b7a5500524445b01", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"test parameter\", \"parameter_type\":\"fraction\", \"constant\":null, \"point_id\":null, \"numerator_meter_uuid\":\"89ff5118-d0c2-4dd8-8098-a8698189b2ea\", \"denominator_meter_uuid\":\"5ca62d2a-908e-40c5-a6b5-a8e436d60db4\"}}" }, "url": { "raw": "{{base_url}}/equipments/1/parameters", "host": [ "{{base_url}}" ], "path": [ "equipments", "1", "parameters" ] }, "description": "parameter_type: constant, point, fraction" }, "response": [] }, { "name": "PUT Update a fraction Parameter for an Equipment", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "96df45542155d4fd65c8234a98fe076232dc09e89238fc2ae3f47cae78960f941e789c72c1ff11b2ba2c2b937631661287150cb1d753b011b7a5500524445b01", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"test fraction parameter\", \"parameter_type\":\"fraction\", \"constant\":null, \"point_id\":null, \"numerator_meter_uuid\":\"89ff5118-d0c2-4dd8-8098-a8698189b2ea\", \"denominator_meter_uuid\":\"5ca62d2a-908e-40c5-a6b5-a8e436d60db4\"}}" }, "url": { "raw": "{{base_url}}/equipments/1/parameters/24", "host": [ "{{base_url}}" ], "path": [ "equipments", "1", "parameters", "24" ] }, "description": "parameter_type: constant, point, fraction" }, "response": [] }, { "name": "DELETE a Parameter from an Equipment", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "96df45542155d4fd65c8234a98fe076232dc09e89238fc2ae3f47cae78960f941e789c72c1ff11b2ba2c2b937631661287150cb1d753b011b7a5500524445b01", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/equipments/1/parameters/16", "host": [ "{{base_url}}" ], "path": [ "equipments", "1", "parameters", "16" ] } }, "response": [] }, { "name": "POST Bind a Virtual Meter to an Equipment", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "96df45542155d4fd65c8234a98fe076232dc09e89238fc2ae3f47cae78960f941e789c72c1ff11b2ba2c2b937631661287150cb1d753b011b7a5500524445b01", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"virtual_meter_id\":1, \"is_output\":false}}" }, "url": { "raw": "{{base_url}}/equipments/1/virtualmeters", "host": [ "{{base_url}}" ], "path": [ "equipments", "1", "virtualmeters" ] } }, "response": [] }, { "name": "GET All Virtual Meters of an Equipment", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/equipments/1/virtualmeters", "host": [ "{{base_url}}" ], "path": [ "equipments", "1", "virtualmeters" ] } }, "response": [] }, { "name": "DELETE a Virtual Meter from an Equipment", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "96df45542155d4fd65c8234a98fe076232dc09e89238fc2ae3f47cae78960f941e789c72c1ff11b2ba2c2b937631661287150cb1d753b011b7a5500524445b01", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/equipments/1/virtualmeters/1", "host": [ "{{base_url}}" ], "path": [ "equipments", "1", "virtualmeters", "1" ] } }, "response": [] } ] }, { "name": "Gateway", "item": [ { "name": "GET All Gateways", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "ce8adcab80f37322487df375c3e3923e6febbcfb26d2b654a5814db6874f2b072fb40a85199efa725af7f3aa4f490f9cc833422b793fa85266237dc5278dff9f", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/gateways", "host": [ "{{base_url}}" ], "path": [ "gateways" ] } }, "response": [] }, { "name": "GET Gateway by ID", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "ce8adcab80f37322487df375c3e3923e6febbcfb26d2b654a5814db6874f2b072fb40a85199efa725af7f3aa4f490f9cc833422b793fa85266237dc5278dff9f", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/gateways/1", "host": [ "{{base_url}}" ], "path": [ "gateways", "1" ] } }, "response": [] }, { "name": "POST Create Gateway", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "ce8adcab80f37322487df375c3e3923e6febbcfb26d2b654a5814db6874f2b072fb40a85199efa725af7f3aa4f490f9cc833422b793fa85266237dc5278dff9f", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"MyEMS Gateway 3\"}}" }, "url": { "raw": "{{base_url}}/gateways", "host": [ "{{base_url}}" ], "path": [ "gateways" ] } }, "response": [] }, { "name": "DELETE Gateway by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "ce8adcab80f37322487df375c3e3923e6febbcfb26d2b654a5814db6874f2b072fb40a85199efa725af7f3aa4f490f9cc833422b793fa85266237dc5278dff9f", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/gateways/3", "host": [ "{{base_url}}" ], "path": [ "gateways", "3" ] } }, "response": [] }, { "name": "PUT Update Gateway by ID", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "ce8adcab80f37322487df375c3e3923e6febbcfb26d2b654a5814db6874f2b072fb40a85199efa725af7f3aa4f490f9cc833422b793fa85266237dc5278dff9f", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"MyEMS Gateway #3\"}}" }, "url": { "raw": "{{base_url}}/gateways/3", "host": [ "{{base_url}}" ], "path": [ "gateways", "3" ] } }, "response": [] }, { "name": "GET All Data Sources by Gateway ID", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "ce8adcab80f37322487df375c3e3923e6febbcfb26d2b654a5814db6874f2b072fb40a85199efa725af7f3aa4f490f9cc833422b793fa85266237dc5278dff9f", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/gateways/1/datasources", "host": [ "{{base_url}}" ], "path": [ "gateways", "1", "datasources" ] } }, "response": [] } ] }, { "name": "Knowledge File", "item": [ { "name": "GET All Knowledge Files", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/knowledgefiles", "host": [ "{{base_url}}" ], "path": [ "knowledgefiles" ] } }, "response": [] }, { "name": "GET a Knowledge File by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/knowledgefiles/1", "host": [ "{{base_url}}" ], "path": [ "knowledgefiles", "1" ] } }, "response": [] }, { "name": "POST Upload a Knowledge File", "request": { "method": "POST", "header": [ { "key": "User_UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "aad10e8cd48a3b8719860fed577033098cbc6caeb1454986189b0018bb76c6abc3a0b0600d0bec2fefb2c9cc5147aab23f50c4a4c8a64aaad0b7e4a7054905b8", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file", "src": "/D:/myems/myems/myems-normalization/offline_meter_data.xlsx" } ] }, "url": { "raw": "{{base_url}}/knowledgefiles", "host": [ "{{base_url}}" ], "path": [ "knowledgefiles" ] } }, "response": [] }, { "name": "DELETE a Knowledge File by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "aad10e8cd48a3b8719860fed577033098cbc6caeb1454986189b0018bb76c6abc3a0b0600d0bec2fefb2c9cc5147aab23f50c4a4c8a64aaad0b7e4a7054905b8", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/knowledgefiles/1", "host": [ "{{base_url}}" ], "path": [ "knowledgefiles", "1" ] } }, "response": [] }, { "name": "Rstore a Knowledge File by ID", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "aad10e8cd48a3b8719860fed577033098cbc6caeb1454986189b0018bb76c6abc3a0b0600d0bec2fefb2c9cc5147aab23f50c4a4c8a64aaad0b7e4a7054905b8", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/knowledgefiles/1/restore", "host": [ "{{base_url}}" ], "path": [ "knowledgefiles", "1", "restore" ] } }, "response": [] } ] }, { "name": "Menu", "item": [ { "name": "GET All Menus", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/menus", "host": [ "{{base_url}}" ], "path": [ "menus" ] } }, "response": [] }, { "name": "GET Menu by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/menus/1", "host": [ "{{base_url}}" ], "path": [ "menus", "1" ] } }, "response": [] }, { "name": "PUT Update a Menu", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "9217343d83a59d87cd7d28949d039cbea8b05c219a40ef1d71fe8db6ceebedf5bb7eadf34792c31bc6dccda27e9d5d932ae6e4da444dddbfe1e1fad14a1f5384", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"is_hidden\":true}}" }, "url": { "raw": "{{base_url}}/menus/100", "host": [ "{{base_url}}" ], "path": [ "menus", "100" ] } }, "response": [] }, { "name": "GET All Children of Menu by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/menus/100/children", "host": [ "{{base_url}}" ], "path": [ "menus", "100", "children" ] } }, "response": [] }, { "name": "GET All Menus for Web UI", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/menus/web", "host": [ "{{base_url}}" ], "path": [ "menus", "web" ] } }, "response": [] } ] }, { "name": "Meter", "item": [ { "name": "GET All Meters", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/meters", "host": [ "{{base_url}}" ], "path": [ "meters" ] } }, "response": [] }, { "name": "GET Meter by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/meters/1", "host": [ "{{base_url}}" ], "path": [ "meters", "1" ] } }, "response": [] }, { "name": "POST Create New Meter", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4 ", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "073b43c05dadd89b833c0595b81c49cb9c1a54ca52b024b301a001720e52c5bf3b95951d5c54766de1028d20301cbd2bb6ec3fb62f9e14d9658cbf3811fe6c93", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"PM20\", \"energy_category_id\":1, \"hourly_low_limit\":0.000, \"hourly_high_limit\":999.99, \"is_counted\":true, \"cost_center_id\":1, \"energy_item_id\":1, \"master_meter_id\":1, \"description\":\"空调用电\"}}" }, "url": { "raw": "{{base_url}}/meters", "host": [ "{{base_url}}" ], "path": [ "meters" ] } }, "response": [] }, { "name": "PUT Update a Meter", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4 ", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "073b43c05dadd89b833c0595b81c49cb9c1a54ca52b024b301a001720e52c5bf3b95951d5c54766de1028d20301cbd2bb6ec3fb62f9e14d9658cbf3811fe6c93", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"PM201\", \"energy_category_id\":1, \"hourly_low_limit\":0.000, \"hourly_high_limit\":999.99, \"is_counted\":true, \"cost_center_id\":1, \"energy_item_id\":1, \"master_meter_id\":1, \"description\":\"空调用电\"}}" }, "url": { "raw": "{{base_url}}/meters/4", "host": [ "{{base_url}}" ], "path": [ "meters", "4" ] } }, "response": [] }, { "name": "DELETE Meter by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4 ", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "073b43c05dadd89b833c0595b81c49cb9c1a54ca52b024b301a001720e52c5bf3b95951d5c54766de1028d20301cbd2bb6ec3fb62f9e14d9658cbf3811fe6c93", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/meters/4", "host": [ "{{base_url}}" ], "path": [ "meters", "4" ] } }, "response": [] }, { "name": "GET All Submeters of a Meter", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/meters/1/submeters", "host": [ "{{base_url}}" ], "path": [ "meters", "1", "submeters" ] } }, "response": [] }, { "name": "POST Bind Point to Meter", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4 ", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "ee46c3c7ca148dcb76af23fd2431fd925d20d570c363dc8d478a3afa74a9c8743886cdaf8d37b94faa49210d9003a916313790c7818c2ab7e87647489aaabfb7", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"point_id\":\"3\"}}" }, "url": { "raw": "{{base_url}}/meters/1/points", "host": [ "{{base_url}}" ], "path": [ "meters", "1", "points" ] } }, "response": [] }, { "name": "GET All Points associated with Meter ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/meters/1/points", "host": [ "{{base_url}}" ], "path": [ "meters", "1", "points" ] } }, "response": [] }, { "name": "DELETE Unbind Point from Meter", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4 ", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "ee46c3c7ca148dcb76af23fd2431fd925d20d570c363dc8d478a3afa74a9c8743886cdaf8d37b94faa49210d9003a916313790c7818c2ab7e87647489aaabfb7", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/meters/1/points/3", "host": [ "{{base_url}}" ], "path": [ "meters", "1", "points", "3" ] } }, "response": [] } ] }, { "name": "Notification", "item": [ { "name": "GET Notifications", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any users' UUID", "type": "text" }, { "key": "Token", "value": "aad10e8cd48a3b8719860fed577033098cbc6caeb1454986189b0018bb76c6abc3a0b0600d0bec2fefb2c9cc5147aab23f50c4a4c8a64aaad0b7e4a7054905b8", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/notifications?startdatetime=2021-01-01T00:00:00&enddatetime=2021-01-02T00:00:00&status=unread", "host": [ "{{base_url}}" ], "path": [ "notifications" ], "query": [ { "key": "startdatetime", "value": "2021-01-01T00:00:00" }, { "key": "enddatetime", "value": "2021-01-02T00:00:00" }, { "key": "status", "value": "unread", "description": "None (all), 'new', 'read', 'archived'" } ] } }, "response": [] }, { "name": "GET a Notification by ID", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any users' UUID", "type": "text" }, { "key": "Token", "value": "aad10e8cd48a3b8719860fed577033098cbc6caeb1454986189b0018bb76c6abc3a0b0600d0bec2fefb2c9cc5147aab23f50c4a4c8a64aaad0b7e4a7054905b8", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/notifications/1", "host": [ "{{base_url}}" ], "path": [ "notifications", "1" ] } }, "response": [] }, { "name": "PUT Update a Notification", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any users' UUID", "type": "text" }, { "key": "Token", "value": "aad10e8cd48a3b8719860fed577033098cbc6caeb1454986189b0018bb76c6abc3a0b0600d0bec2fefb2c9cc5147aab23f50c4a4c8a64aaad0b7e4a7054905b8", "description": "Login to get a valid token", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"status\":\"read\"}}" }, "url": { "raw": "{{base_url}}/notifications/1", "host": [ "{{base_url}}" ], "path": [ "notifications", "1" ], "query": [ { "key": "", "value": "read", "disabled": true } ] } }, "response": [] }, { "name": "DELETE a Notification by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any users' UUID", "type": "text" }, { "key": "Token", "value": "aad10e8cd48a3b8719860fed577033098cbc6caeb1454986189b0018bb76c6abc3a0b0600d0bec2fefb2c9cc5147aab23f50c4a4c8a64aaad0b7e4a7054905b8", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/notifications/2", "host": [ "{{base_url}}" ], "path": [ "notifications", "2" ] } }, "response": [] } ] }, { "name": "Offline Meter", "item": [ { "name": "GET All Offline Meters", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/offlinemeters", "host": [ "{{base_url}}" ], "path": [ "offlinemeters" ] } }, "response": [] }, { "name": "GET Offline Meter by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/offlinemeters/1", "host": [ "{{base_url}}" ], "path": [ "offlinemeters", "1" ] } }, "response": [] }, { "name": "POST Create New Offline Meter", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4 ", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"OfflinePM21\", \"energy_category_id\":1, \"hourly_low_limit\":0.000, \"hourly_high_limit\":999.99, \"is_counted\":true, \"cost_center_id\":1, \"energy_item_id\":1, \"description\":\"空调用电\"}}" }, "url": { "raw": "{{base_url}}/offlinemeters", "host": [ "{{base_url}}" ], "path": [ "offlinemeters" ] } }, "response": [] }, { "name": "PUT Update a Offline Meter", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4 ", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"OfflinePM201\", \"energy_category_id\":1, \"hourly_low_limit\":0.000, \"hourly_high_limit\":999.99, \"is_counted\":true, \"cost_center_id\":1, \"energy_item_id\":1, \"description\":\"空调用电\"}}" }, "url": { "raw": "{{base_url}}/offlinemeters/3", "host": [ "{{base_url}}" ], "path": [ "offlinemeters", "3" ] } }, "response": [] }, { "name": "DELETE Offline Meter by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4 ", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "url": { "raw": "{{base_url}}/offlinemeters/3", "host": [ "{{base_url}}" ], "path": [ "offlinemeters", "3" ] } }, "response": [] } ] }, { "name": "Offline Meter File", "item": [ { "name": "GET All Offline Meter Files", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "aad10e8cd48a3b8719860fed577033098cbc6caeb1454986189b0018bb76c6abc3a0b0600d0bec2fefb2c9cc5147aab23f50c4a4c8a64aaad0b7e4a7054905b8", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/offlinemeterfiles", "host": [ "{{base_url}}" ], "path": [ "offlinemeterfiles" ] } }, "response": [] }, { "name": "GET a Offline Meter File by ID", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "aad10e8cd48a3b8719860fed577033098cbc6caeb1454986189b0018bb76c6abc3a0b0600d0bec2fefb2c9cc5147aab23f50c4a4c8a64aaad0b7e4a7054905b8", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/offlinemeterfiles/1", "host": [ "{{base_url}}" ], "path": [ "offlinemeterfiles", "1" ] } }, "response": [] }, { "name": "POST Upload a Offline Meter File", "request": { "method": "POST", "header": [ { "key": "User_UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "aad10e8cd48a3b8719860fed577033098cbc6caeb1454986189b0018bb76c6abc3a0b0600d0bec2fefb2c9cc5147aab23f50c4a4c8a64aaad0b7e4a7054905b8", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file", "src": "/D:/myems/myems/myems-normalization/offline_meter_data.xlsx" } ] }, "url": { "raw": "{{base_url}}/offlinemeterfiles", "host": [ "{{base_url}}" ], "path": [ "offlinemeterfiles" ] } }, "response": [] }, { "name": "DELETE a Offline Meter File by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "aad10e8cd48a3b8719860fed577033098cbc6caeb1454986189b0018bb76c6abc3a0b0600d0bec2fefb2c9cc5147aab23f50c4a4c8a64aaad0b7e4a7054905b8", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/offlinemeterfiles/1", "host": [ "{{base_url}}" ], "path": [ "offlinemeterfiles", "1" ] } }, "response": [] }, { "name": "Rstore an Offline Meter File by ID", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "aad10e8cd48a3b8719860fed577033098cbc6caeb1454986189b0018bb76c6abc3a0b0600d0bec2fefb2c9cc5147aab23f50c4a4c8a64aaad0b7e4a7054905b8", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/offlinemeterfiles/1/restore", "host": [ "{{base_url}}" ], "path": [ "offlinemeterfiles", "1", "restore" ] } }, "response": [] } ] }, { "name": "Point", "item": [ { "name": "GET All Points", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "44e05939a3c8a545fef506ca42d51c13fc934af45b57346247697ac0b4797ca30d3d950f54d5e16d51876abc0f48b8b5db4894841b56dbfdb2ac9b8162c4e6d1", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/points", "host": [ "{{base_url}}" ], "path": [ "points" ] } }, "response": [] }, { "name": "GET Point by ID", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "44e05939a3c8a545fef506ca42d51c13fc934af45b57346247697ac0b4797ca30d3d950f54d5e16d51876abc0f48b8b5db4894841b56dbfdb2ac9b8162c4e6d1", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/points/1", "host": [ "{{base_url}}" ], "path": [ "points", "1" ] } }, "response": [] }, { "name": "POST Create Point", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "44e05939a3c8a545fef506ca42d51c13fc934af45b57346247697ac0b4797ca30d3d950f54d5e16d51876abc0f48b8b5db4894841b56dbfdb2ac9b8162c4e6d1", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"ModbusPoint2\", \"data_source_id\":1, \"object_type\": \"ENERGY_VALUE\", \"units\":\"kWh\", \"high_limit\":999999999, \"low_limit\":0, \"ratio\":1,\"is_trend\":true, \"is_virtual\":false, \"address\":\"{\\\"slave_id\\\":1, \\\"function_code\\\":3, \\\"offset\\\":1, \\\"number_of_registers\\\":2, \\\"data_format\\\":\\\"float\\\"}\", \"description\":null}}" }, "url": { "raw": "{{base_url}}/points", "host": [ "{{base_url}}" ], "path": [ "points" ] } }, "response": [] }, { "name": "DELETE Point by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "44e05939a3c8a545fef506ca42d51c13fc934af45b57346247697ac0b4797ca30d3d950f54d5e16d51876abc0f48b8b5db4894841b56dbfdb2ac9b8162c4e6d1", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/points/11", "host": [ "{{base_url}}" ], "path": [ "points", "11" ] } }, "response": [] }, { "name": "PUT Update Point by ID", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "44e05939a3c8a545fef506ca42d51c13fc934af45b57346247697ac0b4797ca30d3d950f54d5e16d51876abc0f48b8b5db4894841b56dbfdb2ac9b8162c4e6d1", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"ModbusPoint1\", \"data_source_id\":1, \"object_type\": \"ENERGY_VALUE\", \"units\":\"kWh\", \"high_limit\":999999999, \"low_limit\":0, \"ratio\":100, \"is_trend\":true, \"is_virtual\":false, \"address\":\"{\\\"slave_id\\\":1, \\\"function_code\\\":3, \\\"offset\\\":1, \\\"number_of_registers\\\":2, \\\"data_format\\\":\\\"float\\\"}\", \"description\":null}}" }, "url": { "raw": "{{base_url}}/points/1", "host": [ "{{base_url}}" ], "path": [ "points", "1" ] } }, "response": [] } ] }, { "name": "Privilege", "item": [ { "name": "Get All Privileges", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/privileges", "host": [ "{{base_url}}" ], "path": [ "privileges" ] } }, "response": [] }, { "name": "PUT Update Privilege Data", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "46a767c678fc3d1bcacda116c639ebac77dd1a8407956a0f244a7900dc9c9bf88bb0c8be668d4962bb98f0108ebfeda603a4a6cd0c2031c6a9e864d8052e279e", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"privilege 1\", \"data\":\"{\\\"spaces\\\":[1, 3]}\"}}" }, "url": { "raw": "{{base_url}}/privileges/1", "host": [ "{{base_url}}" ], "path": [ "privileges", "1" ] } }, "response": [] }, { "name": "DELETE Privilege", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "46a767c678fc3d1bcacda116c639ebac77dd1a8407956a0f244a7900dc9c9bf88bb0c8be668d4962bb98f0108ebfeda603a4a6cd0c2031c6a9e864d8052e279e", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/privileges/1", "host": [ "{{base_url}}" ], "path": [ "privileges", "1" ] } }, "response": [] }, { "name": "POST Create Privilege", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "46a767c678fc3d1bcacda116c639ebac77dd1a8407956a0f244a7900dc9c9bf88bb0c8be668d4962bb98f0108ebfeda603a4a6cd0c2031c6a9e864d8052e279e", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\": {\"name\": \"privilege 1\", \"data\":\"{\\\"spaces\\\":[1, 3]}\"}}" }, "url": { "raw": "{{base_url}}/privileges", "host": [ "{{base_url}}" ], "path": [ "privileges" ] } }, "response": [] } ] }, { "name": "Rule", "item": [ { "name": "GET All Rules", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "url": { "raw": "{{base_url}}/rules", "host": [ "{{base_url}}" ], "path": [ "rules" ] } }, "response": [] }, { "name": "GET a Rule by ID ", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "url": { "raw": "{{base_url}}/rules/1", "host": [ "{{base_url}}" ], "path": [ "rules", "1" ] } }, "response": [] }, { "name": "POST Create New Rule", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"Space Energy Consumption Over Limit\", \"fdd_code\":\"SPACE01\", \"category\":\"SPACE\", \"priority\":\"HIGH\", \"channel\":\"WEB\", \"expression\":\"{\\\"space_id\\\":1, \\\"high_limit\\\":1000.000}\", \"message_template\":\"%s截止到目前电耗%s,超标%s。\", \"is_enabled\":true}}" }, "url": { "raw": "{{base_url}}/rules", "host": [ "{{base_url}}" ], "path": [ "rules" ] } }, "response": [] }, { "name": "PUT Update a Rule", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"Space Energy Consumption Over Limit\", \"fdd_code\":\"SPACE01\", \"category\":\"SPACE\", \"priority\":\"HIGH\", \"channel\":\"WEB\", \"expression\":\"{\\\"space_id\\\":1, \\\"high_limit\\\":1000.000}\", \"message_template\":\"%s截止到目前电耗%s,超标%s。\", \"is_enabled\":true}}" }, "url": { "raw": "{{base_url}}/rules/2", "host": [ "{{base_url}}" ], "path": [ "rules", "2" ] } }, "response": [] }, { "name": "DELETE a Rule by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "url": { "raw": "{{base_url}}/rules/2", "host": [ "{{base_url}}" ], "path": [ "rules", "2" ] } }, "response": [] } ] }, { "name": "Sensor", "item": [ { "name": "GET All Sensors", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/sensors", "host": [ "{{base_url}}" ], "path": [ "sensors" ] } }, "response": [] }, { "name": "GET Sensor by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/sensors/1", "host": [ "{{base_url}}" ], "path": [ "sensors", "1" ] } }, "response": [] }, { "name": "POST Create New Sensor", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "e713a4845a2f936eef1dca4314e7fad875b898854c56b4c5176d219f5ee19a0831d2ee67c63b17c2f2a49474d090cccb024f98a797d96571bc61027cbe1995af", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"Sensor10\", \"description\":\"sensor description\"}}" }, "url": { "raw": "{{base_url}}/sensors", "host": [ "{{base_url}}" ], "path": [ "sensors" ] } }, "response": [] }, { "name": "PUT Update a Sensor", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "e713a4845a2f936eef1dca4314e7fad875b898854c56b4c5176d219f5ee19a0831d2ee67c63b17c2f2a49474d090cccb024f98a797d96571bc61027cbe1995af", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"Sensor10\", \"description\":\"sensor description\"}}" }, "url": { "raw": "{{base_url}}/sensors/3", "host": [ "{{base_url}}" ], "path": [ "sensors", "3" ] } }, "response": [] }, { "name": "DELETE Sensor by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "e713a4845a2f936eef1dca4314e7fad875b898854c56b4c5176d219f5ee19a0831d2ee67c63b17c2f2a49474d090cccb024f98a797d96571bc61027cbe1995af", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/sensors/3", "host": [ "{{base_url}}" ], "path": [ "sensors", "3" ] } }, "response": [] }, { "name": "POST Bind Point to Sensor", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "e713a4845a2f936eef1dca4314e7fad875b898854c56b4c5176d219f5ee19a0831d2ee67c63b17c2f2a49474d090cccb024f98a797d96571bc61027cbe1995af", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"point_id\":\"2\"}}" }, "url": { "raw": "{{base_url}}/sensors/1/points", "host": [ "{{base_url}}" ], "path": [ "sensors", "1", "points" ] } }, "response": [] }, { "name": "GET All Points associated with Sensor by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/sensors/1/points", "host": [ "{{base_url}}" ], "path": [ "sensors", "1", "points" ] } }, "response": [] }, { "name": "DELETE Unbind Point from Sensor", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "e713a4845a2f936eef1dca4314e7fad875b898854c56b4c5176d219f5ee19a0831d2ee67c63b17c2f2a49474d090cccb024f98a797d96571bc61027cbe1995af", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/sensors/1/points/2", "host": [ "{{base_url}}" ], "path": [ "sensors", "1", "points", "2" ] } }, "response": [] } ] }, { "name": "Shopfloor", "item": [ { "name": "GET All Shopfloors", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/shopfloors", "host": [ "{{base_url}}" ], "path": [ "shopfloors" ] } }, "response": [] }, { "name": "GET a Shopfloor by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/shopfloors/1", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1" ] } }, "response": [] }, { "name": "POST Create New Shopfloor", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"MyEMS Shopfloor2\", \"area\":999.99, \"is_input_counted\":true, \"contact_id\":1, \"cost_center_id\":1, \"description\":\"Shopfloor description\"}}" }, "url": { "raw": "{{base_url}}/shopfloors", "host": [ "{{base_url}}" ], "path": [ "shopfloors" ] } }, "response": [] }, { "name": "PUT Update a Shopfloor", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"MyEMS Shopfloor2\", \"area\":999.99, \"is_input_counted\":true, \"contact_id\":1, \"cost_center_id\":1, \"description\":\"Shopfloor description\"}}" }, "url": { "raw": "{{base_url}}/shopfloors/3", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "3" ] } }, "response": [] }, { "name": "DELETE a Shopfloor by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/shopfloors/2", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "2" ] } }, "response": [] }, { "name": "GET All Equipments of a Shopfloor", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/shopfloors/1/equipments", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1", "equipments" ] } }, "response": [] }, { "name": "POST Bind an Equipment to a Shopfloor", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"equipment_id\":1}}" }, "url": { "raw": "{{base_url}}/shopfloors/1/equipments", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1", "equipments" ] } }, "response": [] }, { "name": "DELETE an Equipment from Shopfloor", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/shopfloors/1/equipments/1", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1", "equipments", "1" ] } }, "response": [] }, { "name": "GET All Meters of a Shopfloor", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/shopfloors/1/meters", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1", "meters" ] } }, "response": [] }, { "name": "POST Bind a Meter to a Shopfloor", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"meter_id\":1}}" }, "url": { "raw": "{{base_url}}/shopfloors/1/meters", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1", "meters" ] } }, "response": [] }, { "name": "DELETE a Meter from Shopfloor", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/shopfloors/1/meters/1", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1", "meters", "1" ] } }, "response": [] }, { "name": "GET All OfflineMeters of a Shopfloor", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/shopfloors/1/offlinemeters", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1", "offlinemeters" ] } }, "response": [] }, { "name": "POST Bind an OfflineMeter to a Shopfloor", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"offline_meter_id\":1}}" }, "url": { "raw": "{{base_url}}/shopfloors/1/offlinemeters", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1", "offlinemeters" ] } }, "response": [] }, { "name": "DELETE an Offline Meter from Shopfloor", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/shopfloors/1/offlinemeters/1", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1", "offlinemeters", "1" ] } }, "response": [] }, { "name": "GET All Points of a Shopfloor", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/shopfloors/1/points", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1", "points" ] } }, "response": [] }, { "name": "POST Bind a Point to a Shopfloor", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"point_id\":1}}" }, "url": { "raw": "{{base_url}}/shopfloors/1/points", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1", "points" ] } }, "response": [] }, { "name": "DELETE a Point from Shopfloor", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/shopfloors/1/points/1", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1", "points", "1" ] } }, "response": [] }, { "name": "GET All Sensors of a Shopfloor", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/shopfloors/1/sensors", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1", "sensors" ] } }, "response": [] }, { "name": "POST Bind a Sensor to a Shopfloor", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"sensor_id\":1}}" }, "url": { "raw": "{{base_url}}/shopfloors/1/sensors", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1", "sensors" ] } }, "response": [] }, { "name": "DELETE a Sensor from Shopfloor", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/shopfloors/1/sensors/1", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1", "sensors", "1" ] } }, "response": [] }, { "name": "GET All Virtual Meters of a Shopfloor", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/shopfloors/1/virtualmeters", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1", "virtualmeters" ] } }, "response": [] }, { "name": "POST Bind a Virtual Meter to a Shopfloor", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"virtual_meter_id\":1}}" }, "url": { "raw": "{{base_url}}/shopfloors/1/virtualmeters", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1", "virtualmeters" ] } }, "response": [] }, { "name": "DELETE a Virtual Meter from Shopfloor", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/shopfloors/1/virtualmeters/1", "host": [ "{{base_url}}" ], "path": [ "shopfloors", "1", "virtualmeters", "1" ] } }, "response": [] } ] }, { "name": "Space", "item": [ { "name": "GET All Spaces", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/spaces", "host": [ "{{base_url}}" ], "path": [ "spaces" ] } }, "response": [] }, { "name": "GET a Space by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/spaces/1", "host": [ "{{base_url}}" ], "path": [ "spaces", "1" ] } }, "response": [] }, { "name": "POST Create New Space", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"MyEMSSpace\", \"parent_space_id\":1, \"area\":999.99, \"timezone_id\":56, \"is_input_counted\":true, \"is_output_counted\":false, \"contact_id\":1, \"cost_center_id\":1, \"description\":\"Space description\"}}" }, "url": { "raw": "{{base_url}}/spaces", "host": [ "{{base_url}}" ], "path": [ "spaces" ] } }, "response": [] }, { "name": "PUT Update a Space", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"MyEMSSpace\", \"parent_space_id\":2, \"area\":999.99, \"timezone_id\":56, \"is_input_counted\":true, \"is_output_counted\":true, \"contact_id\":1, \"cost_center_id\":1, \"description\":\"Space description\"}}" }, "url": { "raw": "{{base_url}}/spaces/1", "host": [ "{{base_url}}" ], "path": [ "spaces", "1" ] } }, "response": [] }, { "name": "DELETE a Space by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "url": { "raw": "{{base_url}}/spaces/57", "host": [ "{{base_url}}" ], "path": [ "spaces", "57" ] } }, "response": [] }, { "name": "GET All Children of a Space", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/spaces/1/children", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "children" ] } }, "response": [] }, { "name": "GET All Combined Equipments of a Space", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/spaces/1/combinedequipments", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "combinedequipments" ] } }, "response": [] }, { "name": "POST Bind a Combined Equipment to a Space", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"combined_equipment_id\":1}}" }, "url": { "raw": "{{base_url}}/spaces/1/combinedequipments", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "combinedequipments" ] } }, "response": [] }, { "name": "DELETE a Combined Equipment from Space", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "url": { "raw": "{{base_url}}/spaces/1/combinedequipments/1", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "combinedequipments", "1" ] } }, "response": [] }, { "name": "GET All Equipments of a Space", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/spaces/1/equipments", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "equipments" ] } }, "response": [] }, { "name": "POST Bind an Equipment to a Space", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"equipment_id\":1}}" }, "url": { "raw": "{{base_url}}/spaces/1/equipments", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "equipments" ] } }, "response": [] }, { "name": "DELETE an Equipment from Space", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "url": { "raw": "{{base_url}}/spaces/1/equipments/1", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "equipments", "1" ] } }, "response": [] }, { "name": "GET All Meters of a Space", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/spaces/1/meters", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "meters" ] } }, "response": [] }, { "name": "POST Bind a Meter to a Space", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"meter_id\":1}}" }, "url": { "raw": "{{base_url}}/spaces/1/meters", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "meters" ] } }, "response": [] }, { "name": "DELETE Unbind a Meter from Space", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "url": { "raw": "{{base_url}}/spaces/1/meters/1", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "meters", "1" ] } }, "response": [] }, { "name": "GET All OfflineMeters of a Space", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/spaces/1/offlinemeters", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "offlinemeters" ] } }, "response": [] }, { "name": "POST Bind an OfflineMeter to a Space", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"offline_meter_id\":1}}" }, "url": { "raw": "{{base_url}}/spaces/1/offlinemeters", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "offlinemeters" ] } }, "response": [] }, { "name": "DELETE Unbind an Offline Meter from Space", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "url": { "raw": "{{base_url}}/spaces/1/offlinemeters/1", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "offlinemeters", "1" ] } }, "response": [] }, { "name": "GET All Points of a Space", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/spaces/1/virtualmeters", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "virtualmeters" ] } }, "response": [] }, { "name": "POST Bind a Point to a Space", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"point_id\":1}}" }, "url": { "raw": "{{base_url}}/spaces/1/points", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "points" ] } }, "response": [] }, { "name": "DELETE Unbind a Point from Space", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "url": { "raw": "{{base_url}}/spaces/1/points/3", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "points", "3" ] } }, "response": [] }, { "name": "GET All Sensors of a Space", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/spaces/1/sensors", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "sensors" ] } }, "response": [] }, { "name": "POST Bind a Sensor to a Space", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"sensor_id\":1}}" }, "url": { "raw": "{{base_url}}/spaces/1/sensors", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "sensors" ] } }, "response": [] }, { "name": "DELETE Unbind a Sensor from Space", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "url": { "raw": "{{base_url}}/spaces/1/sensors/1", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "sensors", "1" ] } }, "response": [] }, { "name": "GET All Shopfloors of a Space", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/spaces/1/shopfloors", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "shopfloors" ] } }, "response": [] }, { "name": "POST Bind a Shopfloor to a Space", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"shopfloor_id\":1}}" }, "url": { "raw": "{{base_url}}/spaces/1/shopfloors", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "shopfloors" ] } }, "response": [] }, { "name": "DELETE Unbind a Shopfloor from a Space", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "url": { "raw": "{{base_url}}/spaces/1/shopfloors/1", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "shopfloors", "1" ] } }, "response": [] }, { "name": "GET All Stores of a Space", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/spaces/1/stores", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "stores" ] } }, "response": [] }, { "name": "POST Bind a Store to a Space", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"store_id\":1}}" }, "url": { "raw": "{{base_url}}/spaces/1/stores", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "stores" ] } }, "response": [] }, { "name": "DELETE Unbind a Store from Space", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "url": { "raw": "{{base_url}}/spaces/1/stores/1", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "stores", "1" ] } }, "response": [] }, { "name": "GET All Tenants of a Space", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/spaces/1/tenants", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "tenants" ] } }, "response": [] }, { "name": "POST Bind a Tenant to a Space", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"tenant_id\":1}}" }, "url": { "raw": "{{base_url}}/spaces/1/tenants", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "tenants" ] } }, "response": [] }, { "name": "DELETE Unbind a Tenant from Space", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "url": { "raw": "{{base_url}}/spaces/1/tenants/1", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "tenants", "1" ] } }, "response": [] }, { "name": "GET All Virtual Meters of a Space", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/spaces/1/virtualmeters", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "virtualmeters" ] } }, "response": [] }, { "name": "POST Bind a Virtual Meter to a Space", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"virtual_meter_id\":1}}" }, "url": { "raw": "{{base_url}}/spaces/1/virtualmeters", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "virtualmeters" ] } }, "response": [] }, { "name": "DELETE Unbind a Virtual Meter from Space", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "url": { "raw": "{{base_url}}/spaces/1/virtualmeters/1", "host": [ "{{base_url}}" ], "path": [ "spaces", "1", "virtualmeters", "1" ] } }, "response": [] }, { "name": "GET Space Tree", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "url": { "raw": "{{base_url}}/spaces/tree", "host": [ "{{base_url}}" ], "path": [ "spaces", "tree" ] } }, "response": [] } ] }, { "name": "Store", "item": [ { "name": "GET All Sotres", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/stores", "host": [ "{{base_url}}" ], "path": [ "stores" ] } }, "response": [] }, { "name": "GET a Store by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/stores/1", "host": [ "{{base_url}}" ], "path": [ "stores", "1" ] } }, "response": [] }, { "name": "POST Create New Store", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"麦当劳(新王府井店)\", \"address\":\"北京市东城区王府井大街200号工美大厦1层010-65120499\", \"latitude\":39.909429, \"longitude\":116.416993, \"area\":600.000, \"store_type_id\":1, \"is_input_counted\":true, \"contact_id\":1, \"cost_center_id\":1, \"description\":\"Classic, long-running fast-food chain known for its burgers, fries & shakes.\"}}" }, "url": { "raw": "{{base_url}}/stores", "host": [ "{{base_url}}" ], "path": [ "stores" ] } }, "response": [] }, { "name": "PUT Update a Store", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"麦当劳(新王府井店)\", \"address\":\"北京市东城区王府井大街200号工美大厦1层010-65120499\", \"latitude\":39.909429, \"longitude\":116.416993, \"area\":600.000, \"store_type_id\":1, \"is_input_counted\":true, \"contact_id\":1, \"cost_center_id\":1, \"description\":\"Classic, long-running fast-food chain known for its burgers, fries & shakes.\"}}" }, "url": { "raw": "{{base_url}}/stores/3", "host": [ "{{base_url}}" ], "path": [ "stores", "3" ] } }, "response": [] }, { "name": "DELETE a Store by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/stores/3", "host": [ "{{base_url}}" ], "path": [ "stores", "3" ] } }, "response": [] }, { "name": "GET All Meters of Store by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/stores/1/meters", "host": [ "{{base_url}}" ], "path": [ "stores", "1", "meters" ] } }, "response": [] }, { "name": "POST Bind a Meter to a Store", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"meter_id\":1}}" }, "url": { "raw": "{{base_url}}/stores/1/meters", "host": [ "{{base_url}}" ], "path": [ "stores", "1", "meters" ] } }, "response": [] }, { "name": "DELETE a Meter from Store", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/stores/1/meters/1", "host": [ "{{base_url}}" ], "path": [ "stores", "1", "meters", "1" ] } }, "response": [] }, { "name": "GET All OfflineMeters of Store", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/stores/1/offlinemeters", "host": [ "{{base_url}}" ], "path": [ "stores", "1", "offlinemeters" ] } }, "response": [] }, { "name": "POST Bind an OfflineMeter to a Store", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"offline_meter_id\":1}}" }, "url": { "raw": "{{base_url}}/stores/1/offlinemeters", "host": [ "{{base_url}}" ], "path": [ "stores", "1", "offlinemeters" ] } }, "response": [] }, { "name": "DELETE an Offline Meter from Store", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/stores/1/offlinemeters/1", "host": [ "{{base_url}}" ], "path": [ "stores", "1", "offlinemeters", "1" ] } }, "response": [] }, { "name": "GET All Points of Store by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/stores/1/points", "host": [ "{{base_url}}" ], "path": [ "stores", "1", "points" ] } }, "response": [] }, { "name": "POST Bind a Point to a Store", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"point_id\":1}}" }, "url": { "raw": "{{base_url}}/stores/1/points", "host": [ "{{base_url}}" ], "path": [ "stores", "1", "points" ] } }, "response": [] }, { "name": "DELETE a Point from Store", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/stores/1/points/1", "host": [ "{{base_url}}" ], "path": [ "stores", "1", "points", "1" ] } }, "response": [] }, { "name": "GET All Sensors of Store by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/stores/1/sensors", "host": [ "{{base_url}}" ], "path": [ "stores", "1", "sensors" ] } }, "response": [] }, { "name": "POST Bind a Sensor to a Store", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"sensor_id\":1}}" }, "url": { "raw": "{{base_url}}/stores/1/sensors", "host": [ "{{base_url}}" ], "path": [ "stores", "1", "sensors" ] } }, "response": [] }, { "name": "DELETE a Sensor from Stores", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/stores/1/sensors/1", "host": [ "{{base_url}}" ], "path": [ "stores", "1", "sensors", "1" ] } }, "response": [] }, { "name": "GET All Virtual Meters of Store by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/stores/1/virtualmeters", "host": [ "{{base_url}}" ], "path": [ "stores", "1", "virtualmeters" ] } }, "response": [] }, { "name": "POST Bind a Virtual Meter to a Store", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"virtual_meter_id\":1}}" }, "url": { "raw": "{{base_url}}/stores/1/virtualmeters", "host": [ "{{base_url}}" ], "path": [ "stores", "1", "virtualmeters" ] } }, "response": [] }, { "name": "DELETE a Virtual Meter from Store", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/stores/1/virtualmeters/1", "host": [ "{{base_url}}" ], "path": [ "stores", "1", "virtualmeters", "1" ] } }, "response": [] } ] }, { "name": "StoreType", "item": [ { "name": "GET All Store Types", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/storetypes", "host": [ "{{base_url}}" ], "path": [ "storetypes" ] } }, "response": [] }, { "name": "GET a Store Type by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/storetypes/1", "host": [ "{{base_url}}" ], "path": [ "storetypes", "1" ] } }, "response": [] }, { "name": "POST Create New Store Type", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "1fa30152c96bac9fca99954f063b6e65bb40bfc602e4b5db3dc243577811d5bc71a5ebd0aeb732b15925d1b76fea32ec069e00ba395ce637a6e6ddc8e75cf882", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\": \"Car\", \"description\":\"汽车\", \"simplified_code\":\"CA\"}}" }, "url": { "raw": "{{base_url}}/storetypes", "host": [ "{{base_url}}" ], "path": [ "storetypes" ] } }, "response": [] }, { "name": "PUT Update a Store Type", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "1fa30152c96bac9fca99954f063b6e65bb40bfc602e4b5db3dc243577811d5bc71a5ebd0aeb732b15925d1b76fea32ec069e00ba395ce637a6e6ddc8e75cf882", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\": \"Auto\", \"description\":\"汽车\", \"simplified_code\":\"AT\"}}" }, "url": { "raw": "{{base_url}}/storetypes/4", "host": [ "{{base_url}}" ], "path": [ "storetypes", "4" ] } }, "response": [] }, { "name": "DELETE a Store Type by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "1fa30152c96bac9fca99954f063b6e65bb40bfc602e4b5db3dc243577811d5bc71a5ebd0aeb732b15925d1b76fea32ec069e00ba395ce637a6e6ddc8e75cf882", "type": "text" } ], "url": { "raw": "{{base_url}}/storetypes/4", "host": [ "{{base_url}}" ], "path": [ "storetypes", "4" ] } }, "response": [] } ] }, { "name": "Tariff", "item": [ { "name": "GET All Tariffs", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/tariffs", "host": [ "{{base_url}}" ], "path": [ "tariffs" ] } }, "response": [] }, { "name": "POST Create a Tariff (Tiered)", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "dca233ce58b2bf881e862e994f392dd27dd286c6135eff14da111137023b6c5625864300b269048036dcec310d4f61fa89021e5a3462512de2852493227187a0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"new阶梯电价\",\"energy_category\":{\"id\":1}, \"tariff_type\":\"block\", \"unit_of_price\":\"元/千瓦时\", \"valid_from\":\"2020-01-01T00:00:00\", \"valid_through\":\"2021-01-01T00:00:00\", \"block\":[{\"start_amount\":\"0\", \"end_amount\":\"10000\", \"price\":\"0.567\"}, {\"start_amount\":\"10000\", \"end_amount\":\"30000\", \"price\":\"0.678\"}, {\"start_amount\":\"30000\", \"end_amount\":\"100000\", \"price\":\"0.789\"}]}}" }, "url": { "raw": "{{base_url}}/tariffs", "host": [ "{{base_url}}" ], "path": [ "tariffs" ] } }, "response": [] }, { "name": "GET a Tariff by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/tariffs/1", "host": [ "{{base_url}}" ], "path": [ "tariffs", "1" ] } }, "response": [] }, { "name": "PUT Update a Tariff (Tiered)", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "dca233ce58b2bf881e862e994f392dd27dd286c6135eff14da111137023b6c5625864300b269048036dcec310d4f61fa89021e5a3462512de2852493227187a0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"new阶梯电价\",\"energy_category\":{\"id\":1}, \"tariff_type\":\"block\", \"unit_of_price\":\"元/千瓦时\", \"valid_from\":\"2020-01-01T00:00:00\", \"valid_through\":\"2021-01-01T00:00:00\", \"block\":[{\"start_amount\":\"0\", \"end_amount\":\"20000\", \"price\":\"0.567\"}, {\"start_amount\":\"20000\", \"end_amount\":\"30000\", \"price\":\"0.678\"}, {\"start_amount\":\"30000\", \"end_amount\":\"100000\", \"price\":\"0.789\"}]}}" }, "url": { "raw": "{{base_url}}/tariffs/17", "host": [ "{{base_url}}" ], "path": [ "tariffs", "17" ] } }, "response": [] }, { "name": "POST Create a Tariff (Time of Use)", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "dca233ce58b2bf881e862e994f392dd27dd286c6135eff14da111137023b6c5625864300b269048036dcec310d4f61fa89021e5a3462512de2852493227187a0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"new2020分时电价1-6\",\"energy_category\":{\"id\":1}, \"tariff_type\":\"timeofuse\", \"unit_of_price\":\"元/千瓦时\", \"valid_from\":\"2020-01-01T00:00:00\", \"valid_through\":\"2020-07-01T00:00:00\", \"timeofuse\":[{\"start_time_of_day\":\"00:00:00\", \"end_time_of_day\":\"05:59:59\", \"peak_type\":\"offpeak\", \"price\":0.345}, {\"start_time_of_day\":\"06:00:00\", \"end_time_of_day\":\"07:59:59\", \"peak_type\":\"midpeak\", \"price\":0.708}, {\"start_time_of_day\":\"08:00:00\", \"end_time_of_day\":\"10:59:59\", \"peak_type\":\"onpeak\", \"price\":1.159}, {\"start_time_of_day\":\"11:00:00\", \"end_time_of_day\":\"17:59:59\", \"peak_type\":\"midpeak\", \"price\":0.708}, {\"start_time_of_day\":\"18:00:00\", \"end_time_of_day\":\"20:59:59\", \"peak_type\":\"onpeak\", \"price\":1.159}, {\"start_time_of_day\":\"21:00:00\", \"end_time_of_day\":\"21:59:59\", \"peak_type\":\"midpeak\", \"price\":0.708}, {\"start_time_of_day\":\"22:00:00\", \"end_time_of_day\":\"23:59:59\", \"peak_type\":\"offpeak\", \"price\":0.345}]}}" }, "url": { "raw": "{{base_url}}/tariffs", "host": [ "{{base_url}}" ], "path": [ "tariffs" ] } }, "response": [] }, { "name": "PUT Update a Tariff (time of use)", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "dca233ce58b2bf881e862e994f392dd27dd286c6135eff14da111137023b6c5625864300b269048036dcec310d4f61fa89021e5a3462512de2852493227187a0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"new2020分时电价1-6\",\"energy_category\":{\"id\":1}, \"tariff_type\":\"timeofuse\", \"unit_of_price\":\"元/千瓦时\", \"valid_from\":\"2020-01-01T00:00:00\", \"valid_through\":\"2020-07-01T00:00:00\", \"timeofuse\":[{\"start_time_of_day\":\"00:00:00\", \"end_time_of_day\":\"05:59:59\", \"peak_type\":\"offpeak\", \"price\":0.456}, {\"start_time_of_day\":\"06:00:00\", \"end_time_of_day\":\"07:59:59\", \"peak_type\":\"midpeak\", \"price\":0.708}, {\"start_time_of_day\":\"08:00:00\", \"end_time_of_day\":\"10:59:59\", \"peak_type\":\"onpeak\", \"price\":1.159}, {\"start_time_of_day\":\"11:00:00\", \"end_time_of_day\":\"17:59:59\", \"peak_type\":\"midpeak\", \"price\":0.708}, {\"start_time_of_day\":\"18:00:00\", \"end_time_of_day\":\"20:59:59\", \"peak_type\":\"onpeak\", \"price\":1.159}, {\"start_time_of_day\":\"21:00:00\", \"end_time_of_day\":\"21:59:59\", \"peak_type\":\"midpeak\", \"price\":0.708}, {\"start_time_of_day\":\"22:00:00\", \"end_time_of_day\":\"23:59:59\", \"peak_type\":\"offpeak\", \"price\":0.345}]}}" }, "url": { "raw": "{{base_url}}/tariffs/18", "host": [ "{{base_url}}" ], "path": [ "tariffs", "18" ] } }, "response": [] }, { "name": "DELETE a Tariff", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "dca233ce58b2bf881e862e994f392dd27dd286c6135eff14da111137023b6c5625864300b269048036dcec310d4f61fa89021e5a3462512de2852493227187a0", "type": "text" } ], "url": { "raw": "{{base_url}}/tariffs/18", "host": [ "{{base_url}}" ], "path": [ "tariffs", "18" ] } }, "response": [] } ] }, { "name": "Tenant", "item": [ { "name": "GET All Tenants", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/tenants", "host": [ "{{base_url}}" ], "path": [ "tenants" ] } }, "response": [] }, { "name": "GET a Tenant by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/tenants/1", "host": [ "{{base_url}}" ], "path": [ "tenants", "1" ] } }, "response": [] }, { "name": "POST Create New Tenant", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"Starbucks\", \"buildings\":\"Building #1\", \"floors\":\"L1 L2 L3\", \"rooms\":\"1201b+2247+3F\", \"area\":418.8, \"tenant_type_id\":9, \"is_input_counted\":true, \"is_key_tenant\":true,\n\"lease_number\":\"6b0da806\", \"lease_start_datetime\":\"2021-01-01T00:00:00\", \"lease_end_datetime\":\"2022-01-01T00:00:00\", \"is_in_lease\":true, \"contact_id\":1, \"cost_center_id\":1, \"description\":\"my description\"}}" }, "url": { "raw": "{{base_url}}/tenants", "host": [ "{{base_url}}" ], "path": [ "tenants" ] } }, "response": [] }, { "name": "PUT Update a Tenant", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"Hermes 爱马仕\", \"buildings\":\"Building #1\", \"floors\":\"L1 L2 L3 L4 L5\", \"rooms\":\"1201b+2247+3F\", \"area\":818.8, \"tenant_type_id\":9, \"is_input_counted\":true, \"is_key_tenant\":true,\n\"lease_number\":\"6b0da806\", \"lease_start_datetime_utc\":\"2021-01-01T00:00:00\", \"lease_end_datetime_utc\":\"2022-01-01T00:00:00\", \"is_in_lease\":true, \"contact_id\":1, \"cost_center_id\":1, \"description\":\"my description\"}}" }, "url": { "raw": "{{base_url}}/tenants/2", "host": [ "{{base_url}}" ], "path": [ "tenants", "2" ] } }, "response": [] }, { "name": "DELETE a Tenant by ID", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/tenants/2", "host": [ "{{base_url}}" ], "path": [ "tenants", "2" ] } }, "response": [] }, { "name": "GET All Meters of Tenant by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/tenants/1/meters", "host": [ "{{base_url}}" ], "path": [ "tenants", "1", "meters" ] } }, "response": [] }, { "name": "POST Bind a Meter to a Tenant", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"meter_id\":1}}" }, "url": { "raw": "{{base_url}}/tenants/1/meters", "host": [ "{{base_url}}" ], "path": [ "tenants", "1", "meters" ] } }, "response": [] }, { "name": "DELETE a Meter from Tenant", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/tenants/1/meters/1", "host": [ "{{base_url}}" ], "path": [ "tenants", "1", "meters", "1" ] } }, "response": [] }, { "name": "GET All OfflineMeters of Tenant", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/tenants/1/offlinemeters", "host": [ "{{base_url}}" ], "path": [ "tenants", "1", "offlinemeters" ] } }, "response": [] }, { "name": "POST Bind an OfflineMeter to a Tenant", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"offline_meter_id\":1}}" }, "url": { "raw": "{{base_url}}/tenants/1/offlinemeters", "host": [ "{{base_url}}" ], "path": [ "tenants", "1", "offlinemeters" ] } }, "response": [] }, { "name": "DELETE an Offline Meter from Tenant", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/tenants/1/offlinemeters/1", "host": [ "{{base_url}}" ], "path": [ "tenants", "1", "offlinemeters", "1" ] } }, "response": [] }, { "name": "GET All Points of Tenant by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/tenants/1/points", "host": [ "{{base_url}}" ], "path": [ "tenants", "1", "points" ] } }, "response": [] }, { "name": "POST Bind a Point to a Tenant", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"point_id\":1}}" }, "url": { "raw": "{{base_url}}/tenants/1/points", "host": [ "{{base_url}}" ], "path": [ "tenants", "1", "points" ] } }, "response": [] }, { "name": "DELETE a Point from Tenant", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/tenants/1/points/1", "host": [ "{{base_url}}" ], "path": [ "tenants", "1", "points", "1" ] } }, "response": [] }, { "name": "GET All Sensors of Tenant by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/tenants/1/sensors", "host": [ "{{base_url}}" ], "path": [ "tenants", "1", "sensors" ] } }, "response": [] }, { "name": "POST Bind a Sensor to a Tenant", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"sensor_id\":1}}" }, "url": { "raw": "{{base_url}}/tenants/1/sensors", "host": [ "{{base_url}}" ], "path": [ "tenants", "1", "sensors" ] } }, "response": [] }, { "name": "DELETE a Sensor from Tenant", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/tenants/1/sensors/1", "host": [ "{{base_url}}" ], "path": [ "tenants", "1", "sensors", "1" ] } }, "response": [] }, { "name": "GET All Virtual Meters of Tenant by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/tenants/1/virtualmeters", "host": [ "{{base_url}}" ], "path": [ "tenants", "1", "virtualmeters" ] } }, "response": [] }, { "name": "POST Bind a Virtual Meter to a Tenant", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"virtual_meter_id\":1}}" }, "url": { "raw": "{{base_url}}/tenants/1/virtualmeters", "host": [ "{{base_url}}" ], "path": [ "tenants", "1", "virtualmeters" ] } }, "response": [] }, { "name": "DELETE a Virtual Meter from Tenant", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text" }, { "key": "Token", "value": "9a3748fadf64270dd4617594939169d0008a1b713e3a5861af384c68de73442b56b56771ce2be1e51ecd7443ec0fc1fbd6dcc3335a2c7518ca12b7a479ccb2e0", "type": "text" } ], "url": { "raw": "{{base_url}}/tenants/1/virtualmeters/1", "host": [ "{{base_url}}" ], "path": [ "tenants", "1", "virtualmeters", "1" ] } }, "response": [] } ] }, { "name": "TenantType", "item": [ { "name": "GET All Tenant Types", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/tenanttypes", "host": [ "{{base_url}}" ], "path": [ "tenanttypes" ] } }, "response": [] }, { "name": "GET a Tenant Type by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/tenanttypes/1", "host": [ "{{base_url}}" ], "path": [ "tenanttypes", "1" ] } }, "response": [] }, { "name": "POST Create New Tenant Type", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "361834d2ebe57d4e87c6aeb10dc502e70a970c6703f6e125ad91d59a1870df1add3622c0da57a567e0681664cf8c9ba6c8406483f493dbd9d05011ed8310f6fd", "description": "Login to get a valid token", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\": \"Office1\", \"description\":\"办公\", \"simplified_code\":\"OF1\"}}" }, "url": { "raw": "{{base_url}}/tenanttypes", "host": [ "{{base_url}}" ], "path": [ "tenanttypes" ] } }, "response": [] }, { "name": "PUT Update a Tenant Type", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "361834d2ebe57d4e87c6aeb10dc502e70a970c6703f6e125ad91d59a1870df1add3622c0da57a567e0681664cf8c9ba6c8406483f493dbd9d05011ed8310f6fd", "description": "Login to get a valid token", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\": \"Office1\", \"description\":\"办公\", \"simplified_code\":\"OF1\"}}" }, "url": { "raw": "{{base_url}}/tenanttypes/10", "host": [ "{{base_url}}" ], "path": [ "tenanttypes", "10" ] } }, "response": [] }, { "name": "DELETE a Tenant Type by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "361834d2ebe57d4e87c6aeb10dc502e70a970c6703f6e125ad91d59a1870df1add3622c0da57a567e0681664cf8c9ba6c8406483f493dbd9d05011ed8310f6fd", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/tenanttypes/10", "host": [ "{{base_url}}" ], "path": [ "tenanttypes", "10" ] } }, "response": [] } ] }, { "name": "Text Message", "item": [ { "name": "GET Text Messages by Date Range", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "9ac434f394c735092cfeb083612e533ca33ca6db4815ebb0c3ff47896d7eaa610e7dc312c04279253f817d65d1ef379378d4a5d07150faee5f6d899adb8b7ca7", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/textmessages?startdatetime=2021-12-11T00:00:00&enddatetime=2021-12-21T00:00:00", "host": [ "{{base_url}}" ], "path": [ "textmessages" ], "query": [ { "key": "startdatetime", "value": "2021-12-11T00:00:00" }, { "key": "enddatetime", "value": "2021-12-21T00:00:00" }, { "key": null, "value": "", "disabled": true } ] } }, "response": [] }, { "name": "GET an Text Message by ID", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c6f5fa938c0e228d06e1f3adb3ef1eac319e1167e6ff0cb7fd5d928e83da5764ddb66e29204e0f4e6aa407ded3702b15be67a435c4825dc722b6047010398714", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/textmessages/1", "host": [ "{{base_url}}" ], "path": [ "textmessages", "1" ] } }, "response": [] }, { "name": "POST Create New Text Message", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "cb0c43bc302b478e938395f8a135239dd3a1e14668bbde0efc8f91e3648c55f1321b4ac1abe9fa8572e33544aacb70f1a1102d220d6092c91ced0b87fa4f651c", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"rule_id\":1, \"recipient_name\":\"myems\", \"recipient_mobile\":\"13888888888\", \"message\":\"report_01_2021年12月24日\", \"acknowledge_code\":\"123456\", \"created_datetime\":\"2021-12-24T00:00:00\", \"scheduled_datetime\":\"2021-12-24T00:00:00\"}}" }, "url": { "raw": "{{base_url}}/textmessages", "host": [ "{{base_url}}" ], "path": [ "textmessages" ] } }, "response": [] }, { "name": "PUT Update an Text Message", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "d6989b2efcb86be0fbc9d0cfe490326e4d1f13c9ffcc322de57ea53889ad3298cc6fb1cfc81f3c44fb5cec1157cfd4d3c8316d5b20d9d21c7b56536819f9c053", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"rule_id\":1, \"recipient_name\":\"myems\", \"recipient_mobile\":\"13888888899\", \"message\":\"report_01_2021年12月24日\", \"acknowledge_code\":\"123456\", \"created_datetime\":\"2021-12-24T00:00:00\", \"scheduled_datetime\":\"2021-12-24T00:00:00\", \"status\":\"new\"}}", "options": { "raw": { "language": "text" } } }, "url": { "raw": "{{base_url}}/textmessages/1000001", "host": [ "{{base_url}}" ], "path": [ "textmessages", "1000001" ] } }, "response": [] }, { "name": "DELETE an Text Message by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "c6f5fa938c0e228d06e1f3adb3ef1eac319e1167e6ff0cb7fd5d928e83da5764ddb66e29204e0f4e6aa407ded3702b15be67a435c4825dc722b6047010398714", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/textmessages/2", "host": [ "{{base_url}}" ], "path": [ "textmessages", "2" ] } }, "response": [] } ] }, { "name": "Timezone", "item": [ { "name": "GET All Timezones", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/timezones", "host": [ "{{base_url}}" ], "path": [ "timezones" ] } }, "response": [] }, { "name": "GET a Timezone by ID", "request": { "method": "GET", "header": [], "url": { "raw": "" } }, "response": [] }, { "name": "PUT Update a Timezone", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "361834d2ebe57d4e87c6aeb10dc502e70a970c6703f6e125ad91d59a1870df1add3622c0da57a567e0681664cf8c9ba6c8406483f493dbd9d05011ed8310f6fd", "description": "Login to get a token", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"夏威夷标准时间\",\"description\":\"(GMT-10:00) Hawaii\", \"utc_offset\":\"-10:00\"}}" }, "url": { "raw": "{{base_url}}/timezones/3", "host": [ "{{base_url}}" ], "path": [ "timezones", "3" ] } }, "response": [] } ] }, { "name": "User", "item": [ { "name": "Get All Users", "request": { "auth": { "type": "noauth" }, "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "9ac434f394c735092cfeb083612e533ca33ca6db4815ebb0c3ff47896d7eaa610e7dc312c04279253f817d65d1ef379378d4a5d07150faee5f6d899adb8b7ca7", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/users", "host": [ "{{base_url}}" ], "path": [ "users" ] } }, "response": [] }, { "name": "Get a User by ID", "request": { "auth": { "type": "noauth" }, "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "9ac434f394c735092cfeb083612e533ca33ca6db4815ebb0c3ff47896d7eaa610e7dc312c04279253f817d65d1ef379378d4a5d07150faee5f6d899adb8b7ca7", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/users/1", "host": [ "{{base_url}}" ], "path": [ "users", "1" ] } }, "response": [] }, { "name": "POST Create New User", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "b422ef869a947eb8dd058f5c9464b11769db7be3232b327fb8a4edac28118df876a5d7d3ab1d8175ef81169126d01fbe3b38baa6da62edf4cbf49b2bef0ed9a7", "description": "Login to get a valid token", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"albert1\", \"display_name\":\"Mr. Albert\", \"email\":\"albert1@myems.io\", \"is_admin\":false, \"privilege_id\":1, \"password\":\"!MyEMS1\", \"account_expiration_datetime\":\"2100-01-01T00:00:00\",\"password_expiration_datetime\":\"2100-01-01T00:00:00\"}}" }, "url": { "raw": "{{base_url}}/users", "host": [ "{{base_url}}" ], "path": [ "users" ] } }, "response": [] }, { "name": "PUT User Login by Username", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"administrator\", \"password\":\"!MyEMS1\"}}" }, "url": { "raw": "{{base_url}}/users/login", "host": [ "{{base_url}}" ], "path": [ "users", "login" ] } }, "response": [] }, { "name": "DELETE User", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "b422ef869a947eb8dd058f5c9464b11769db7be3232b327fb8a4edac28118df876a5d7d3ab1d8175ef81169126d01fbe3b38baa6da62edf4cbf49b2bef0ed9a7", "description": "Login to get a valid token", "type": "text" } ], "url": { "raw": "{{base_url}}/users/2", "host": [ "{{base_url}}" ], "path": [ "users", "2" ] } }, "response": [] }, { "name": "PUT Update User Profile", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "description": "Any admin users' UUID", "type": "text" }, { "key": "Token", "value": "b422ef869a947eb8dd058f5c9464b11769db7be3232b327fb8a4edac28118df876a5d7d3ab1d8175ef81169126d01fbe3b38baa6da62edf4cbf49b2bef0ed9a7", "description": "Login to get a valid token", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"albert\", \"display_name\":\"Mr. Albert\", \"email\":\"albert@myems.io\", \"is_admin\":false, \"privilege_id\":1, \"password\":\"!MyEMS1\", \"account_expiration_datetime\":\"2100-01-01T00:00:00\",\"password_expiration_datetime\":\"2100-01-01T00:00:00\"}}" }, "url": { "raw": "{{base_url}}/users/2", "host": [ "{{base_url}}" ], "path": [ "users", "2" ] } }, "response": [] }, { "name": "PUT User Logout", "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "addTokenTo", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "b422ef869a947eb8dd058f5c9464b11769db7be3232b327fb8a4edac28118df876a5d7d3ab1d8175ef81169126d01fbe3b38baa6da62edf4cbf49b2bef0ed9a7", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{base_url}}/users/logout", "host": [ "{{base_url}}" ], "path": [ "users", "logout" ] } }, "response": [] }, { "name": "User Change Password", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "b422ef869a947eb8dd058f5c9464b11769db7be3232b327fb8a4edac28118df876a5d7d3ab1d8175ef81169126d01fbe3b38baa6da62edf4cbf49b2bef0ed9a7", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"old_password\":\"!MyEMS1\", \"new_password\":\"!MyEMS2\"}}" }, "url": { "raw": "{{base_url}}/users/changepassword", "host": [ "{{base_url}}" ], "path": [ "users", "changepassword" ] } }, "response": [] }, { "name": "PUT Reset Password", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "b422ef869a947eb8dd058f5c9464b11769db7be3232b327fb8a4edac28118df876a5d7d3ab1d8175ef81169126d01fbe3b38baa6da62edf4cbf49b2bef0ed9a7", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"johnson\",\"password\":\"NewPassword2\"}}" }, "url": { "raw": "{{base_url}}/users/resetpassword", "host": [ "{{base_url}}" ], "path": [ "users", "resetpassword" ] } }, "response": [] }, { "name": "PUT User Login by Email", "request": { "method": "PUT", "header": [], "body": { "mode": "raw", "raw": "{\"data\":{\"email\":\"administrator@myems.io\", \"password\":\"!MyEMS1\"}}" }, "url": { "raw": "{{base_url}}/users/login", "host": [ "{{base_url}}" ], "path": [ "users", "login" ] } }, "response": [] }, { "name": "PUT Unlock User", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "6c32302cb46cae4236fe9d04ccb21f950bce593267f33dc169e700bb98ea5c3446521251a1b4078ebcbe51b4ca4ba59ac01b395e0f69ef42fa0bc36d6bd5683c", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/users/unlock/2", "host": [ "{{base_url}}" ], "path": [ "users", "unlock", "2" ] } }, "response": [] } ] }, { "name": "Virtual Meter", "item": [ { "name": "GET All Virtual Meters", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/virtualmeters", "host": [ "{{base_url}}" ], "path": [ "virtualmeters" ] } }, "response": [] }, { "name": "GET a Virtual Meter by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/virtualmeters/1", "host": [ "{{base_url}}" ], "path": [ "virtualmeters", "1" ] } }, "response": [] }, { "name": "POST Create New Virtual Meter", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4 ", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"VM10\", \"energy_category_id\":1, \"is_counted\": true, \"cost_center_id\":1, \"energy_item_id\":1, \"description\":\"virtual description\", \"expression\": {\"equation\":\"x1+x2-x3\", \"variables\":[{\"name\":\"x1\", \"meter_type\":\"meter\", \"meter_id\":1},{\"name\":\"x2\", \"meter_type\":\"meter\", \"meter_id\":2},{\"name\":\"x3\", \"meter_type\":\"meter\", \"meter_id\":3}] } }}" }, "url": { "raw": "{{base_url}}/virtualmeters", "host": [ "{{base_url}}" ], "path": [ "virtualmeters" ] } }, "response": [] }, { "name": "PUT Update a Virtual Meter by ID", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4 ", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"name\":\"VM11\", \"energy_category_id\":1, \"is_counted\": true, \"cost_center_id\":1, \"energy_item_id\":1, \"description\":\"virtual description\", \"expression\": {\"equation\":\"x1+x2-x3\", \"variables\":[{\"name\":\"x1\", \"meter_type\":\"meter\", \"meter_id\":1},{\"name\":\"x2\", \"meter_type\":\"meter\", \"meter_id\":2},{\"name\":\"x3\", \"meter_type\":\"meter\", \"meter_id\":3}] } }}" }, "url": { "raw": "{{base_url}}/virtualmeters/3", "host": [ "{{base_url}}" ], "path": [ "virtualmeters", "3" ] } }, "response": [] }, { "name": "DELETE a Virtual Meter by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4 ", "type": "text", "description": "Any Admin User's UUID" }, { "key": "Token", "value": "2ac29271a9c58218ba88928dd13bccb3662f2b320152cc5ef52f76f2c2450f48c12bad4fbd4c7b03bd35686c70909894e5e3637b67198108f3e403d4a6ca8f55", "type": "text" } ], "url": { "raw": "{{base_url}}/virtualmeters/3", "host": [ "{{base_url}}" ], "path": [ "virtualmeters", "3" ] } }, "response": [] } ] }, { "name": "Web Message", "item": [ { "name": "GET Web Messages by Datetime Range", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "9ac434f394c735092cfeb083612e533ca33ca6db4815ebb0c3ff47896d7eaa610e7dc312c04279253f817d65d1ef379378d4a5d07150faee5f6d899adb8b7ca7", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/webmessages?startdatetime=2021-12-11T00:00:00&enddatetime=2021-12-21T00:00:00", "host": [ "{{base_url}}" ], "path": [ "webmessages" ], "query": [ { "key": "startdatetime", "value": "2021-12-11T00:00:00" }, { "key": "enddatetime", "value": "2021-12-21T00:00:00" }, { "key": null, "value": "", "disabled": true } ] } }, "response": [] }, { "name": "GET All New Web Messages", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "9bcd171e4f4169f1f45791aeadc8f90cfe8694be92f21af7bf95673f8cc910ca7a91bfd4a577d48d0720155de497eb02baab614be5c6c83891f1a856f9cf666a", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/webmessagesnew", "host": [ "{{base_url}}" ], "path": [ "webmessagesnew" ], "query": [ { "key": null, "value": "", "disabled": true } ] } }, "response": [] }, { "name": "PUT Update All New Web Messages (Mark All As Read)", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "597881540b33791a032b95aa48e0de098dc95ec0b813edd8a92cee87ee5eed1b8db7856a047ed06324c333bf2c98f0c7613e346ae25d1bcae3994f30b4562dfb", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"status\":\"read\"}}" }, "url": { "raw": "{{base_url}}/webmessagesnew", "host": [ "{{base_url}}" ], "path": [ "webmessagesnew" ] } }, "response": [] }, { "name": "PUT Update All New Web Messages (Acknowledge All)", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "597881540b33791a032b95aa48e0de098dc95ec0b813edd8a92cee87ee5eed1b8db7856a047ed06324c333bf2c98f0c7613e346ae25d1bcae3994f30b4562dfb", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"status\":\"acknowledged\", \"reply\":\"OK\"}}" }, "url": { "raw": "{{base_url}}/webmessagesnew", "host": [ "{{base_url}}" ], "path": [ "webmessagesnew" ] } }, "response": [] }, { "name": "GET a Web Message by ID", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "24bb236244f26784fb1397344d926b4871e87a90096eae926a0e448396dbd3ff4a2f70f727089f025238cb47bdbccdc877ef4a50fad8f05a4e5100c5d3eb0d3c", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/webmessages/1", "host": [ "{{base_url}}" ], "path": [ "webmessages", "1" ] } }, "response": [] }, { "name": "POST Create New Web Message TODO", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "24bb236244f26784fb1397344d926b4871e87a90096eae926a0e448396dbd3ff4a2f70f727089f025238cb47bdbccdc877ef4a50fad8f05a4e5100c5d3eb0d3c", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/webmessages", "host": [ "{{base_url}}" ], "path": [ "webmessages" ] } }, "response": [] }, { "name": "PUT Update a Web Message (Acknowledge)", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "9bcd171e4f4169f1f45791aeadc8f90cfe8694be92f21af7bf95673f8cc910ca7a91bfd4a577d48d0720155de497eb02baab614be5c6c83891f1a856f9cf666a", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"status\":\"acknowledged\", \"reply\":\"this is my reply\"}}" }, "url": { "raw": "{{base_url}}/webmessages/1", "host": [ "{{base_url}}" ], "path": [ "webmessages", "1" ] } }, "response": [] }, { "name": "PUT Update a Web Message (Mark As Read)", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "9bcd171e4f4169f1f45791aeadc8f90cfe8694be92f21af7bf95673f8cc910ca7a91bfd4a577d48d0720155de497eb02baab614be5c6c83891f1a856f9cf666a", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"status\":\"read\"}}" }, "url": { "raw": "{{base_url}}/webmessages/1", "host": [ "{{base_url}}" ], "path": [ "webmessages", "1" ] } }, "response": [] }, { "name": "DELETE a Web Message by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "24bb236244f26784fb1397344d926b4871e87a90096eae926a0e448396dbd3ff4a2f70f727089f025238cb47bdbccdc877ef4a50fad8f05a4e5100c5d3eb0d3c", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/webmessages/1", "host": [ "{{base_url}}" ], "path": [ "webmessages", "1" ] } }, "response": [] } ] }, { "name": "Wechat Message", "item": [ { "name": "GET Wechat Messages by Date Range", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "9ac434f394c735092cfeb083612e533ca33ca6db4815ebb0c3ff47896d7eaa610e7dc312c04279253f817d65d1ef379378d4a5d07150faee5f6d899adb8b7ca7", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/wechatmessages?startdatetime=2021-12-11T00:00:00&enddatetime=2021-12-21T00:00:00", "host": [ "{{base_url}}" ], "path": [ "wechatmessages" ], "query": [ { "key": null, "value": "", "disabled": true }, { "key": "startdatetime", "value": "2021-12-11T00:00:00" }, { "key": "enddatetime", "value": "2021-12-21T00:00:00" } ] } }, "response": [] }, { "name": "GET a Wechat Message by ID", "request": { "method": "GET", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "14f2bb7378e6926c20b54bd48bd8618e4d78ece1f1658c946a7257eaa97d3149ecd6407a62a39f0f3a6ef6b65f19d63894f297ad5a58d7b597a547f8b8e2898c", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/wechatmessages/1", "host": [ "{{base_url}}" ], "path": [ "wechatmessages", "1" ] } }, "response": [] }, { "name": "POST Create New Wechat Message", "request": { "method": "POST", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "cb0c43bc302b478e938395f8a135239dd3a1e14668bbde0efc8f91e3648c55f1321b4ac1abe9fa8572e33544aacb70f1a1102d220d6092c91ced0b87fa4f651c", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"rule_id\":1, \"recipient_name\":\"myems\", \"recipient_openid\":\"oia2TjuEGTNoeX76QEjQNrcURxG8\", \"message_template_id\":\"Doclyl5uP7Aciu-qZ7mJNPtWkbkYnWBWVja26EGbNyk\", \"message_data\":\"{\\\"space_id\\\":1, \\\"high_limit\\\":1000.000}\", \"acknowledge_code\":\"9e52ad6d\", \"created_datetime\":\"2021-12-24T00:00:00\", \"scheduled_datetime\":\"2021-12-24T00:00:00\"}}" }, "url": { "raw": "{{base_url}}/wechatmessages", "host": [ "{{base_url}}" ], "path": [ "wechatmessages" ] } }, "response": [] }, { "name": "PUT Update a Wechat Message", "request": { "method": "PUT", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "d6989b2efcb86be0fbc9d0cfe490326e4d1f13c9ffcc322de57ea53889ad3298cc6fb1cfc81f3c44fb5cec1157cfd4d3c8316d5b20d9d21c7b56536819f9c053", "type": "text", "description": "Login to get a valid token" } ], "body": { "mode": "raw", "raw": "{\"data\":{\"rule_id\":1, \"recipient_name\":\"myems\", \"recipient_openid\":\"1ia2TjuEGTNoeX76QEjQNrcURxG8\", \"message_template_id\":\"Doclyl5uP7Aciu-qZ7mJNPtWkbkYnWBWVja26EGbNyk\", \"message_data\":\"{\\\"space_id\\\":1, \\\"high_limit\\\":1000.000}\", \"acknowledge_code\":\"9e52ad6d\", \"created_datetime\":\"2021-12-24T00:00:00\", \"scheduled_datetime\":\"2021-12-24T00:00:00\", \"status\":\"new\"}}" }, "url": { "raw": "{{base_url}}/wechatmessages/1000001", "host": [ "{{base_url}}" ], "path": [ "wechatmessages", "1000001" ] } }, "response": [] }, { "name": "DELETE a Wechat Message by ID", "request": { "method": "DELETE", "header": [ { "key": "User-UUID", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4", "type": "text", "description": "Any admin users' UUID" }, { "key": "Token", "value": "14f2bb7378e6926c20b54bd48bd8618e4d78ece1f1658c946a7257eaa97d3149ecd6407a62a39f0f3a6ef6b65f19d63894f297ad5a58d7b597a547f8b8e2898c", "type": "text", "description": "Login to get a valid token" } ], "url": { "raw": "{{base_url}}/wechatmessages/2", "host": [ "{{base_url}}" ], "path": [ "wechatmessages", "2" ] } }, "response": [] } ] } ] }, { "name": "Reports", "item": [ { "name": "GET AdvancedReports", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/advancedreports?reportingperiodstartdatetime=2020-09-01T00:00:00&reportingperiodenddatetime=2020-10-01T00:00:00", "host": [ "{{base_url}}" ], "path": [ "reports", "advancedreports" ], "query": [ { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET AdvancedReport by ID", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/advancedreports/1", "host": [ "{{base_url}}" ], "path": [ "reports", "advancedreports", "1" ] } }, "response": [] }, { "name": "DELETE AdvancedReport by ID", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{base_url}}/reports/advancedreports/1", "host": [ "{{base_url}}" ], "path": [ "reports", "advancedreports", "1" ] } }, "response": [] }, { "name": "GET Combined Equipment Batch Analysis Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/combinedequipmentbatch?spaceid=1&reportingperiodstartdatetime=2020-10-01T00:00:00&reportingperiodenddatetime=2020-11-01T00:00:00", "host": [ "{{base_url}}" ], "path": [ "reports", "combinedequipmentbatch" ], "query": [ { "key": "spaceid", "value": "1" }, { "key": "reportingperiodstartdatetime", "value": "2020-10-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-11-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Combined Equipment Cost Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{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", "host": [ "{{base_url}}" ], "path": [ "reports", "combinedequipmentcost" ], "query": [ { "key": "combinedequipmentid", "value": "1", "description": "use id or uuid" }, { "key": "combinedequipmentuuid", "value": "48aab70f-2e32-4518-9986-a6b7395acf58", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Combined Equipment Efficiency Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/combinedequipmentefficiency?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", "host": [ "{{base_url}}" ], "path": [ "reports", "combinedequipmentefficiency" ], "query": [ { "key": "combinedequipmentid", "value": "1", "description": "use id or uuid" }, { "key": "combinedequipmentuuid", "value": "48aab70f-2e32-4518-9986-a6b7395acf58", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Combined Equipment Efficiency Report (Quick Mode)", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/combinedequipmentefficiency?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&quickmode=true", "host": [ "{{base_url}}" ], "path": [ "reports", "combinedequipmentefficiency" ], "query": [ { "key": "combinedequipmentid", "value": "1", "description": "use id or uuid" }, { "key": "combinedequipmentuuid", "value": "48aab70f-2e32-4518-9986-a6b7395acf58", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" }, { "key": "quickmode", "value": "true" } ] } }, "response": [] }, { "name": "GET Combined Equipment Energy Category Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/combinedequipmentenergycategory?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", "host": [ "{{base_url}}" ], "path": [ "reports", "combinedequipmentenergycategory" ], "query": [ { "key": "combinedequipmentid", "value": "1", "description": "use id or uuid" }, { "key": "combinedequipmentuuid", "value": "48aab70f-2e32-4518-9986-a6b7395acf58", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Combined Equipment Energy Item Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/combinedequipmentenergyitem?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", "host": [ "{{base_url}}" ], "path": [ "reports", "combinedequipmentenergyitem" ], "query": [ { "key": "combinedequipmentid", "value": "1", "description": "use id or uuid" }, { "key": "combinedequipmentuuid", "value": "48aab70f-2e32-4518-9986-a6b7395acf58", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Combined Equipment Income Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/combinedequipmentincome?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", "host": [ "{{base_url}}" ], "path": [ "reports", "combinedequipmentincome" ], "query": [ { "key": "combinedequipmentid", "value": "1", "description": "use id or uuid" }, { "key": "combinedequipmentuuid", "value": "48aab70f-2e32-4518-9986-a6b7395acf58", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Combined Equipment Load Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/combinedequipmentload?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", "host": [ "{{base_url}}" ], "path": [ "reports", "combinedequipmentload" ], "query": [ { "key": "combinedequipmentid", "value": "1", "description": "use id or uuid" }, { "key": "combinedequipmentuuid", "value": "48aab70f-2e32-4518-9986-a6b7395acf58", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Combined Equipment Output Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/combinedequipmentoutput?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", "host": [ "{{base_url}}" ], "path": [ "reports", "combinedequipmentoutput" ], "query": [ { "key": "combinedequipmentid", "value": "1", "description": "use id or uuid" }, { "key": "combinedequipmentuuid", "value": "48aab70f-2e32-4518-9986-a6b7395acf58", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Combined Equipment Saving Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/combinedequipmentsaving?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", "host": [ "{{base_url}}" ], "path": [ "reports", "combinedequipmentsaving" ], "query": [ { "key": "combinedequipmentid", "value": "1", "description": "use id or uuid" }, { "key": "combinedequipmentuuid", "value": "48aab70f-2e32-4518-9986-a6b7395acf58", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Combined Equipment Statistics Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/combinedequipmentstatistics?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", "host": [ "{{base_url}}" ], "path": [ "reports", "combinedequipmentstatistics" ], "query": [ { "key": "combinedequipmentid", "value": "1", "description": "use id or uuid" }, { "key": "combinedequipmentuuid", "value": "48aab70f-2e32-4518-9986-a6b7395acf58", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Dashboard", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/dashboard?useruuid=dcdb67d1-6116-4987-916f-6fc6cf2bc0e4&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", "host": [ "{{base_url}}" ], "path": [ "reports", "dashboard" ], "query": [ { "key": "useruuid", "value": "dcdb67d1-6116-4987-916f-6fc6cf2bc0e4" }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Distribution System Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/distributionsystem?distributionsystemid=1", "host": [ "{{base_url}}" ], "path": [ "reports", "distributionsystem" ], "query": [ { "key": "distributionsystemid", "value": "1" } ] } }, "response": [] }, { "name": "GET Energy Flow Diagram Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/energyflowdiagram?energyflowdiagramid=1&reportingperiodstartdatetime=2020-09-01T00:00:00&reportingperiodenddatetime=2020-10-01T00:00:00", "host": [ "{{base_url}}" ], "path": [ "reports", "energyflowdiagram" ], "query": [ { "key": "energyflowdiagramid", "value": "1" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Equipment Batch Analysis Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/equipmentbatch?spaceid=1&reportingperiodstartdatetime=2020-10-01T00:00:00&reportingperiodenddatetime=2020-11-01T00:00:00", "host": [ "{{base_url}}" ], "path": [ "reports", "equipmentbatch" ], "query": [ { "key": "spaceid", "value": "1" }, { "key": "reportingperiodstartdatetime", "value": "2020-10-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-11-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Equipment Cost Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/equipmentcost?equipmentid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "equipmentcost" ], "query": [ { "key": "equipmentid", "value": "1", "description": "use id or uuid" }, { "key": "equipmentuuid", "value": "bfa8b106-89a1-49ca-9b2b-a481ac41a873", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Equipment Efficiency Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/equipmentefficiency?equipmentid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "equipmentefficiency" ], "query": [ { "key": "equipmentid", "value": "1", "description": "use id or uuid" }, { "key": "equipmentuuid", "value": "bfa8b106-89a1-49ca-9b2b-a481ac41a873", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Equipment Energy Category Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/equipmentenergycategory?equipmentid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "equipmentenergycategory" ], "query": [ { "key": "equipmentid", "value": "1", "description": "use id or uuid" }, { "key": "equipmentuuid", "value": "bfa8b106-89a1-49ca-9b2b-a481ac41a873", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Equipment Energy Item Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/equipmentenergyitem?equipmentid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "equipmentenergyitem" ], "query": [ { "key": "equipmentid", "value": "1", "description": "use id or uuid" }, { "key": "equipmentuuid", "value": "bfa8b106-89a1-49ca-9b2b-a481ac41a873", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Equipment Income Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/equipmentincome?equipmentid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "equipmentincome" ], "query": [ { "key": "equipmentid", "value": "1", "description": "use id or uuid" }, { "key": "equipmentuuid", "value": "bfa8b106-89a1-49ca-9b2b-a481ac41a873", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Equipment Load Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/equipmentload?equipmentid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "equipmentload" ], "query": [ { "key": "equipmentid", "value": "1", "description": "use id or uuid" }, { "key": "equipmentuuid", "value": "bfa8b106-89a1-49ca-9b2b-a481ac41a873", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Equipment Output Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/equipmentoutput?equipmentid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "equipmentoutput" ], "query": [ { "key": "equipmentid", "value": "1", "description": "use id or uuid" }, { "key": "equipmentuuid", "value": "bfa8b106-89a1-49ca-9b2b-a481ac41a873", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Equipment Saving Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/equipmentsaving?equipmentid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "equipmentsaving" ], "query": [ { "key": "equipmentid", "value": "1", "description": "use id or uuid" }, { "key": "equipmentuuid", "value": "bfa8b106-89a1-49ca-9b2b-a481ac41a873", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Equipment Statistics Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/equipmentstatistics?equipmentid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "equipmentstatistics" ], "query": [ { "key": "equipmentid", "value": "1", "description": "use id or uuid" }, { "key": "equipmentuuid", "value": "bfa8b106-89a1-49ca-9b2b-a481ac41a873", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Meter Batch Analysis Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/meterbatch?spaceid=1&reportingperiodstartdatetime=2020-10-01T00:00:00&reportingperiodenddatetime=2020-11-01T00:00:00", "host": [ "{{base_url}}" ], "path": [ "reports", "meterbatch" ], "query": [ { "key": "spaceid", "value": "1" }, { "key": "reportingperiodstartdatetime", "value": "2020-10-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-11-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Meter Carbon Dioxide Emission Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/metercarbon?meterid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "metercarbon" ], "query": [ { "key": "meterid", "value": "1" }, { "key": "meteruuid", "value": "eb78f7f9-f26f-463b-92fa-d9daf5b3651c", "description": "use meterid or meteruuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Meter Cost Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/metercost?meterid=6&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", "host": [ "{{base_url}}" ], "path": [ "reports", "metercost" ], "query": [ { "key": "meterid", "value": "6", "description": "use meterid or meteruuid" }, { "key": "meteruuid", "value": "eb78f7f9-f26f-463b-92fa-d9daf5b3651c", "description": "use meterid or meteruuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Meter Energy Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/meterenergy?meterid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "meterenergy" ], "query": [ { "key": "meterid", "value": "1", "description": "use meterid or meteruuid" }, { "key": "meteruuid", "value": "5ca47bc5-22c2-47fc-b906-33222191ea40", "description": "use meterid or meteruuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Meter Realtime Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/meterrealtime?meterid=1", "host": [ "{{base_url}}" ], "path": [ "reports", "meterrealtime" ], "query": [ { "key": "meterid", "value": "1", "description": "use meterid or meteruuid" }, { "key": "meteruuid", "value": "eb78f7f9-f26f-463b-92fa-d9daf5b3651c", "description": "use meterid or meteruuid", "disabled": true } ] } }, "response": [] }, { "name": "GET Meter Submeters Balance Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/metersubmetersbalance?meterid=1&periodtype=daily&reportingperiodstartdatetime=2020-09-01T00:00:00&reportingperiodenddatetime=2020-10-01T00:00:00", "host": [ "{{base_url}}" ], "path": [ "reports", "metersubmetersbalance" ], "query": [ { "key": "meterid", "value": "1", "description": "use meterid or meteruuid" }, { "key": "meteruuid", "value": "eb78f7f9-f26f-463b-92fa-d9daf5b3651c", "description": "use meterid or meteruuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Meter Trend Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/metertrend?meterid=6&reportingperiodstartdatetime=2020-09-10T00:00:00&reportingperiodenddatetime=2020-09-11T00:00:00", "host": [ "{{base_url}}" ], "path": [ "reports", "metertrend" ], "query": [ { "key": "meterid", "value": "6", "description": "use meterid or meteruuid" }, { "key": "meteruuid", "value": "eb78f7f9-f26f-463b-92fa-d9daf5b3651c", "description": "use meterid or meteruuid", "disabled": true }, { "key": "reportingperiodstartdatetime", "value": "2020-09-10T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-09-11T00:00:00" } ] } }, "response": [] }, { "name": "GET Meter Trend Report (Quick Mode)", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/metertrend?meterid=1&reportingperiodstartdatetime=2020-09-10T00:00:00&reportingperiodenddatetime=2020-09-11T00:00:00&quickmode=true", "host": [ "{{base_url}}" ], "path": [ "reports", "metertrend" ], "query": [ { "key": "meterid", "value": "1", "description": "use meterid or meteruuid" }, { "key": "meteruuid", "value": "eb78f7f9-f26f-463b-92fa-d9daf5b3651c", "description": "use meterid or meteruuid", "disabled": true }, { "key": "reportingperiodstartdatetime", "value": "2020-09-10T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-09-11T00:00:00" }, { "key": "quickmode", "value": "true" } ] } }, "response": [] }, { "name": "GET Meter Tracking Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/metertracking?spaceid=1", "host": [ "{{base_url}}" ], "path": [ "reports", "metertracking" ], "query": [ { "key": "spaceid", "value": "1" } ] } }, "response": [] }, { "name": "GET Offline Meter Energy Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/offlinemeterenergy?offlinemeterid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "offlinemeterenergy" ], "query": [ { "key": "offlinemeterid", "value": "1" }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Offline Meter Cost Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/offlinemetercost?offlinemeterid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "offlinemetercost" ], "query": [ { "key": "offlinemeterid", "value": "1" }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Shopfloor Batch Analysis Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/shopfloorbatch?spaceid=1&reportingperiodstartdatetime=2020-10-01T00:00:00&reportingperiodenddatetime=2020-11-01T00:00:00", "host": [ "{{base_url}}" ], "path": [ "reports", "shopfloorbatch" ], "query": [ { "key": "spaceid", "value": "1" }, { "key": "reportingperiodstartdatetime", "value": "2020-10-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-11-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Shopfloor Cost Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/shopfloorcost?shopfloorid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "shopfloorcost" ], "query": [ { "key": "shopfloorid", "value": "1", "description": "use id or uuid" }, { "key": "shopflooruuid", "value": "d03837fd-9d30-44fe-9443-154f7c7e15f1", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Shopfloor Energy Category Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/shopfloorenergycategory?shopfloorid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "shopfloorenergycategory" ], "query": [ { "key": "shopfloorid", "value": "1", "description": "use id or uuid" }, { "key": "shopflooruuid", "value": "d03837fd-9d30-44fe-9443-154f7c7e15f1", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Shopfloor Energy Item Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/shopfloorenergyitem?shopfloorid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "shopfloorenergyitem" ], "query": [ { "key": "shopfloorid", "value": "1", "description": "use id or uuid" }, { "key": "shopflooruuid", "value": "d03837fd-9d30-44fe-9443-154f7c7e15f1", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Shopfloor Load Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/shopfloorload?shopfloorid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "shopfloorload" ], "query": [ { "key": "shopfloorid", "value": "1", "description": "use id or uuid" }, { "key": "shopflooruuid", "value": "d03837fd-9d30-44fe-9443-154f7c7e15f1", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Shopfloor Saving Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/shopfloorsaving?shopfloorid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "shopfloorsaving" ], "query": [ { "key": "shopfloorid", "value": "1", "description": "use id or uuid" }, { "key": "shopflooruuid", "value": "d03837fd-9d30-44fe-9443-154f7c7e15f1", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Shopfloor tatistics Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/shopfloorstatistics?shopfloorid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "shopfloorstatistics" ], "query": [ { "key": "shopfloorid", "value": "1", "description": "use id or uuid" }, { "key": "shopflooruuid", "value": "d03837fd-9d30-44fe-9443-154f7c7e15f1", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Space Cost Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/spacecost?spaceid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "spacecost" ], "query": [ { "key": "spaceid", "value": "1", "description": "use id or uuid" }, { "key": "spaceuuid", "value": "9dfb7cff-f19f-4a1e-8c79-3adf6425bfd9", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Space Efficiency Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/spaceefficiency?spaceid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "spaceefficiency" ], "query": [ { "key": "spaceid", "value": "1", "description": "use id or uuid" }, { "key": "spaceuuid", "value": "9dfb7cff-f19f-4a1e-8c79-3adf6425bfd9", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Space Energy Category Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/spaceenergycategory?spaceid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "spaceenergycategory" ], "query": [ { "key": "spaceid", "value": "1", "description": "use id or uuid" }, { "key": "spaceuuid", "value": "9dfb7cff-f19f-4a1e-8c79-3adf6425bfd9", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Space Energy Item Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/spaceenergyitem?spaceid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "spaceenergyitem" ], "query": [ { "key": "spaceid", "value": "1", "description": "use id or uuid" }, { "key": "spaceuuid", "value": "9dfb7cff-f19f-4a1e-8c79-3adf6425bfd9", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Space Income Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/spaceincome?spaceid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "spaceincome" ], "query": [ { "key": "spaceid", "value": "1", "description": "use id or uuid" }, { "key": "spaceuuid", "value": "9dfb7cff-f19f-4a1e-8c79-3adf6425bfd9", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Space Load Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/spaceload?spaceid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "spaceload" ], "query": [ { "key": "spaceid", "value": "1", "description": "use id or uuid" }, { "key": "spaceuuid", "value": "9dfb7cff-f19f-4a1e-8c79-3adf6425bfd9", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Space Output Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/spaceoutput?spaceid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "spaceoutput" ], "query": [ { "key": "spaceid", "value": "1", "description": "use id or uuid" }, { "key": "spaceuuid", "value": "9dfb7cff-f19f-4a1e-8c79-3adf6425bfd9", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Space Saving Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/spacesaving?spaceid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "spacesaving" ], "query": [ { "key": "spaceid", "value": "1", "description": "use id or uuid" }, { "key": "spaceuuid", "value": "9dfb7cff-f19f-4a1e-8c79-3adf6425bfd9", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Space Statistics Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/spacestatistics?spaceid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "spacestatistics" ], "query": [ { "key": "spaceid", "value": "1", "description": "use id or uuid" }, { "key": "spaceuuid", "value": "9dfb7cff-f19f-4a1e-8c79-3adf6425bfd9", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Store Batch Analysis Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/storebatch?spaceid=1&reportingperiodstartdatetime=2020-10-01T00:00:00&reportingperiodenddatetime=2020-11-01T00:00:00", "host": [ "{{base_url}}" ], "path": [ "reports", "storebatch" ], "query": [ { "key": "spaceid", "value": "1" }, { "key": "reportingperiodstartdatetime", "value": "2020-10-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-11-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Store Cost Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/storecost?storeid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "storecost" ], "query": [ { "key": "storeid", "value": "1", "description": "use id or uuid" }, { "key": "storeuuid", "value": "d8a24322-4bab-4ba2-aedc-5d55a84c3db8", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Store Energy Category Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/storeenergycategory?storeid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "storeenergycategory" ], "query": [ { "key": "storeid", "value": "1", "description": "use id or uuid" }, { "key": "storeuuid", "value": "d8a24322-4bab-4ba2-aedc-5d55a84c3db8", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Store Energy Item Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/storeenergyitem?storeid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "storeenergyitem" ], "query": [ { "key": "storeid", "value": "1", "description": "use id or uuid" }, { "key": "storeuuid", "value": "d8a24322-4bab-4ba2-aedc-5d55a84c3db8", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Store Load Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/storeload?storeid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "storeload" ], "query": [ { "key": "storeid", "value": "1", "description": "use id or uuid" }, { "key": "storeuuid", "value": "d8a24322-4bab-4ba2-aedc-5d55a84c3db8", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Store Saving Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/storesaving?storeid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "storesaving" ], "query": [ { "key": "storeid", "value": "1", "description": "use id or uuid" }, { "key": "storeuuid", "value": "d8a24322-4bab-4ba2-aedc-5d55a84c3db8", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Store Statistics Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/storestatistics?storeid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "storestatistics" ], "query": [ { "key": "storeid", "value": "1", "description": "use id or uuid" }, { "key": "storeuuid", "value": "d8a24322-4bab-4ba2-aedc-5d55a84c3db8", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Tenant Batch Analysis Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/tenantbatch?spaceid=1&reportingperiodstartdatetime=2020-10-01T00:00:00&reportingperiodenddatetime=2020-11-01T00:00:00", "host": [ "{{base_url}}" ], "path": [ "reports", "tenantbatch" ], "query": [ { "key": "spaceid", "value": "1" }, { "key": "reportingperiodstartdatetime", "value": "2020-10-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-11-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Tenant Bill Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/tenantbill?tenantid=1&reportingperiodstartdatetime=2020-10-01T00:00:00&reportingperiodenddatetime=2020-11-01T00:00:00", "host": [ "{{base_url}}" ], "path": [ "reports", "tenantbill" ], "query": [ { "key": "tenantid", "value": "1", "description": "use id or uuid" }, { "key": "tenantuuid", "value": "6b0da806-a4cd-431a-8116-2915e90aaf8b", "description": "use id or uuid", "disabled": true }, { "key": "reportingperiodstartdatetime", "value": "2020-10-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-11-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Tenant Cost Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/tenantcost?tenantid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "tenantcost" ], "query": [ { "key": "tenantid", "value": "1", "description": "use id or uuid" }, { "key": "tenantuuid", "value": "6b0da806-a4cd-431a-8116-2915e90aaf8b", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Tenant Energy Category Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/tenantenergycategory?tenantid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "tenantenergycategory" ], "query": [ { "key": "tenantid", "value": "1", "description": "use id or uuid" }, { "key": "tenantuuid", "value": "6b0da806-a4cd-431a-8116-2915e90aaf8b", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Tenant Energy Item Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/tenantenergyitem?tenantid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "tenantenergyitem" ], "query": [ { "key": "tenantid", "value": "1", "description": "use id or uuid" }, { "key": "tenantuuid", "value": "6b0da806-a4cd-431a-8116-2915e90aaf8b", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Tenant Load Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/tenantload?tenantid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "tenantload" ], "query": [ { "key": "tenantid", "value": "1", "description": "use id or uuid" }, { "key": "tenantuuid", "value": "6b0da806-a4cd-431a-8116-2915e90aaf8b", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Tenant Saving Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/tenantsaving?tenantid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "tenantsaving" ], "query": [ { "key": "tenantid", "value": "1", "description": "use id or uuid" }, { "key": "tenantuuid", "value": "6b0da806-a4cd-431a-8116-2915e90aaf8b", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Tenant Statistics Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/tenantstatistics?tenantid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "tenantstatistics" ], "query": [ { "key": "tenantid", "value": "1", "description": "use id or uuid" }, { "key": "tenantuuid", "value": "6b0da806-a4cd-431a-8116-2915e90aaf8b", "description": "use id or uuid", "disabled": true }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Virtual Meter Energy Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/virtualmeterenergy?virtualmeterid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "virtualmeterenergy" ], "query": [ { "key": "virtualmeterid", "value": "1" }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] }, { "name": "GET Virtual Meter Cost Report", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/reports/virtualmetercost?virtualmeterid=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", "host": [ "{{base_url}}" ], "path": [ "reports", "virtualmetercost" ], "query": [ { "key": "virtualmeterid", "value": "1" }, { "key": "periodtype", "value": "daily" }, { "key": "baseperiodstartdatetime", "value": "2020-08-01T00:00:00" }, { "key": "baseperiodenddatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodstartdatetime", "value": "2020-09-01T00:00:00" }, { "key": "reportingperiodenddatetime", "value": "2020-10-01T00:00:00" } ] } }, "response": [] } ] }, { "name": "Version", "request": { "method": "GET", "header": [], "url": { "raw": "{{base_url}}/version", "host": [ "{{base_url}}" ], "path": [ "version" ] } }, "response": [] } ], "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "exec": [ "" ] } } ] }