Suprema Floors
/api/SupremaFloors
Example request:
http://localhost:5288/api/SupremaFloors
Response:
[ { "id": 1, "name": "Floor-1", "description": "Lobby", "elevator_ID": 1, "relay_Output_ID": 4, "floor_Number": 0, "tenants": [ 0 ], "controller_ID": 1 }, { "id": 2, "name": "Floor-2", "description": "Labs", "elevator_ID": 1, "relay_Output_ID": 5, "floor_Number": 1, "tenants": [ 0 ], "controller_ID": 1 }]/api/SupremaFloors/{id}
Get specific floor by id.