GET
/api/Rooms/{id}
curl \
-X GET http://api.example.com/api/Rooms/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "string",
"creationDate": "2024-05-04T09:42:00+00:00",
"lastModified": "2024-05-04T09:42:00+00:00",
"roomNumber": 42,
"roomType": "Standard",
"adultsCapacity": 42,
"childrenCapacity": 42,
"hotelName": "string"
}
Response examples (200)
{
"id": "string",
"creationDate": "2025-05-04T09:42:00Z",
"lastModified": "2025-05-04T09:42:00Z",
"roomNumber": 42,
"roomType": "Standard",
"adultsCapacity": 42,
"childrenCapacity": 42,
"hotelName": "string"
}