API – Computer Room Reservation
Introduction
The “Computer Room Reservations” object includes information of ICTO computer room locations and reservations records. There is historical data between July 2014 and July 2018.
API Reference
Computer Room Reservations 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 | string | No | Status of reservations:
| "status": "2" |
dateFrom | date | No | Start date of reservation in Datetime, in UTC+08:00 (inclusive) | "dateFrom": "2018-01-24T00:00:00+08:00" |
dateTo | date | No | End date of reservation in Datetime, in UTC+08:00 (inclusive) | "dateTo": "2018-01-24T00:00:00+08:00" |
timeFrom | string | No | Recurring Start Time: HH:MM:SS | "timeFrom": "14:00:00" |
timeTo | string | No | Recurring End time: HH:MM:SS | "timeTo": "15:00:00" |
daysOfWeek | int[] | No | Recurring days of Week | "daysOfWeek": [1,2,3,4,5,6,7] |
lastUpdate | date | Yes | Last update for the reservation record | "lastUpdate": "2018-01-10T08:50:48+08:00" |