get-powermeterlocations-all 2018-10-05T16:54:55+08:00

GET /service/facilities/power_meter_locations/all

Return basic information of power meters in UM grouped by electricity supply zone.

Resource URL

https://api.data.um.edu.mo/service/facilities/power_meter_locations/v1.0.0/all

Resource Information

Response formatsJSON
Requires authorization?Yes
Rate limited?Yes

Example Request

https://api.data.um.edu.mo/service/facilities/power_meter_locations/v1.0.0/all

Example Response

{
  "_embedded": [
    {
      "_id": "5ab1302ee7940a931a6fef65",
      "zoneCode": "E1-E2",
      "meters": [
        {
          "code": "1A01_1",
          "descript": "照明、動力受電櫃",
          "extraInfo": "來電",
          "type": "來電櫃",
          "primaryCategory": "QGBT",
          "secondaryCategory": "Incomer"
        },
        {
          "code": "1A02_1",
          "descript": "補償櫃",
          "extraInfo": "其他",
          "type": "電容櫃",
          "primaryCategory": "QGBT",
          "secondaryCategory": "Others"
        },
--> Skipped data, too much data for displaying on web page
        {
          "code": "6A06_5",
          "descript": "B1XF0 教學樓地庫消防風機",
          "extraInfo": "消防",
          "primaryCategory": "Others",
          "secondaryCategory": "Fire"
        }
      ],
      "zoneGrossFloorArea": 73343,
      "zoneName": "圖書館地面層"
    }
  ],
  "_returned": 1
}