curl --location '/public/facility/rooms?page=&limit=&search=&buildingId=&type='{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
null
],
"result": [
{
"id": "string",
"name": "string",
"type": "CLASSROOM",
"code": "string",
"floor": 0,
"area": 0,
"capacity": 0,
"image": "string",
"building": {
"id": "string",
"name": "string"
},
"equipment": [
{
"id": "string",
"name": "string",
"totalQuantity": 0,
"serviceableQuantity": 0
}
]
}
]
}