Rokwire Gateway Building Block API
The Rokwire service that fronts external and campus systems for the Illinois app — wayfinding and building/floorplan data, campus data streams, and third-party service integration. University-written, deployed at api.rokwire.illinois.edu/gateway, source at github.com/rokwire/gateway-building-block under Apache 2.0. Version 2.21.1, 34 paths / 45 operations. An anonymous call to /api/wayfinding/buildings returns 401 with the Rokwire error envelope, confirming the surface is live and bearer-gated rather than absent.
GET
/api/examples/{id}
Gets example
GET
/api/wayfinidng/buildng
Gets building information
GET
/api/wayfinding/buildings
Gets all campus buildings
GET
/api/wayfinding/floorplan
Returns the markup required to display the requested floor plan.
GET
/api/wayfinding/searchbuildings
Returns a list of buildings matching the requested name
GET
/api/termsessions/listcurrent
Returns a list of current term sessions
GET
/api/laundry/rooms
Get list of all campus laundry rooms
GET
/api/laundry/room
Get detailed information about a specific laundry room
GET
/api/laundry/initrequest
Initialize a service request for a laundry machine
POST
/api/laundry/requestservice
Submit a service request for a laundry machine
GET
/api/person/contactinfo
Get contact information for a person
GET
/api/person/giescourses
Get registered courses for GIES students
GET
/api/person/studentcourses
Get registered courses for a student