API – Computer Room Reservation v2
Introduction
The “Computer Room Reservations v2” object includes information of ICTO computer room locations and reservations records starting from 03 July 2018.
The real-time data is refreshed at least every 5 minutes.
API Reference
Computer Room Reservations v2 Data Dictionary
Field | Type | Indexed | Description | Example |
---|---|---|---|---|
buildingCode | string | Yes | Building code of the building where the computer room locates | "buildingCode": "E6" |
roomNo | string | Yes | Room Number of the computer room | "roomNo": "3092" |
status | int | No | Status of reservations:
| "status": "1" |
dateFrom | date | Yes | Start date of reservation in Datetime, in UTC+08:00 | "dateFrom": "2018-07-04T06:00:00+08:00" |
dateTo | date | Yes | End date of reservation in Datetime, in UTC+08:00 | "dateTo": "2018-07-04T10:00:00+08:00" |
lastModified | date | Yes | Last modified in Datetime, in UTC+08:00 | "lastModified": "2018-07-03T11:04:09+08:00" |
Historical Data
For historical data before 3 July 2018, please refer to “Computer Room Reservations”. The earliest information traces back to 04 July 2014.