For the complete documentation index, see llms.txt. This page is also available as Markdown.

Space

Get Room Type List

get

Retrieves the list of room types.

Use Cases

  • Retrieve full list of room types

  • Configure room type selection UI

Authorizations
Responses
200

All responses return 200 (including success and failure) (5xx is exposed only in error conditions)

application/json
anyOptional
get/api/v1/room/types
200

All responses return 200 (including success and failure) (5xx is exposed only in error conditions)

No content

Get Single Room Type

get

Retrieves a single room type's information using the room type code.

Use Cases

  • Retrieve detailed information of a specific room type

Authorizations
Path parameters
roomCodeinteger · int32Required

Room code

Responses
200

All responses return 200 (including success and failure) (5xx is exposed only in error conditions)

application/json
anyOptional
get/api/v1/room/types/{roomCode}
200

All responses return 200 (including success and failure) (5xx is exposed only in error conditions)

No content

Last updated

Was this helpful?