GET /service/facilities/power_meter_locations/{zoneCode}
Return basic information of power meters under specified electricity supply zone.
Resource URL
https://api.data.um.edu.mo/service/facilities/power_meter_locations/v1.0.0/{zoneCode}
Resource Information
Response formats | JSON |
Requires authorization? | Yes |
Rate limited? | Yes |
Parameters
Parameter | Related Field | Required | Description | Type | Filter Type | Example |
---|---|---|---|---|---|---|
zone_code | zoneCode | required | Zone ID (Please refer to List of Zone IDs for details) | path | simple | E1-E2 |
Example Request
Example to retrieve information of power meters under zone E1-E2:
https://api.data.um.edu.mo/service/facilities/power_meter_locations/v1.0.0/E1-E2
Example Response
{ "_embedded": [ { "_id": "5ab1302ee7940a931a6fef65", "zoneCode": "E1-E2", "meters": [ { "code": "1A01_1", "descript": "照明、動力受電櫃", "extraInfo": "來電", "type": "來電櫃", "primaryCategory": "QGBT", "secondaryCategory": "Incomer" }, --> Skipped data, too much data for displaying on web page { "code": "6A06_4", "descript": "B1XFB 教學樓地庫消防水泵", "extraInfo": "水泵", "type": "普通MCCB電錶", "primaryCategory": "Others", "secondaryCategory": "Fire" }, { "code": "6A06_5", "descript": "B1XF0 教學樓地庫消防風機", "extraInfo": "消防", "primaryCategory": "Others", "secondaryCategory": "Fire" } ], "zoneGrossFloorArea": 73343, "zoneName": "圖書館地面層" } ], "_returned": 1 }