Search Rooms
Search for rooms, querying name, description, and specified keywords.
Query parameters
skipintegerOptional
No. of results to skip.
limitintegerOptional
Max no. of results to return. If no value is provided, 50 is the default. Must be a positive integer and must not exceed 100
includeNonDiscoverablebooleanOptional
Whether the non discoverable rooms should be returned. false by default. Parameter introduced in sbe-25.5.0
Header parameters
sessionTokenstringRequired
Session authentication token.
Body
Room Query Object. Used to specify the parameters for room search.
and
Responses
200
OK
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
post
/v3/room/search
📘 Room Search Scope
🚧 Room Description Search
Last updated
Was this helpful?