# Get a hotel by its id **GET /api/Hotels/{id}** ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **id** (string(uuid)) The id of the hotel ## Responses ### 200 Returns the hotel with the given id #### Body: application/json (object) - **id** (string(uuid)) - **creationDate** (string(date-time)) - **lastModified** (string(date-time)) - **name** (string | null) - **owner** (string | null) - **starRate** (integer(int32)) - **roomsNumber** (integer(int32)) - **Additional properties are NOT allowed** () ### 404 If the hotel is not found [Powered by Bump.sh](https://bump.sh)