Computer Room Reservations 2022-09-14T16:55:04+08:00

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

FieldTypeIndexedDescriptionExample
buildingCodestringYesBuilding code of the building where the computer room locates"buildingCode": "E6"
roomNostringYesRoom Number of the computer room"roomNo": "3092"
statusstringNoStatus of reservations:

  • 1 = Waiting
  • 2 = Confirmed
  • 3 = Updated & Confirmed
  • 4 = Cancelled
  • 5 = Rejected
"status": "2"
dateFromdateNoStart date of reservation in Datetime, in UTC+08:00 (inclusive)"dateFrom": "2018-01-24T00:00:00+08:00"
dateTodateNoEnd date of reservation in Datetime, in UTC+08:00 (inclusive)"dateTo": "2018-01-24T00:00:00+08:00"
timeFromstringNoRecurring Start Time: HH:MM:SS"timeFrom": "14:00:00"
timeTostringNoRecurring End time: HH:MM:SS"timeTo": "15:00:00"
daysOfWeekint[]NoRecurring days of Week"daysOfWeek": [1,2,3,4,5,6,7]
lastUpdatedateYesLast update for the reservation record"lastUpdate": "2018-01-10T08:50:48+08:00"