RoomQueryCriteria
RoomQueryCriteria narrows room retrieval by code and language.
roomCodesstring[]
Room codes to include; empty to request all rooms for the scope.
languagelanguage (string)
ISO 639-1 language code for room descriptions.
RoomQueryCriteria
{
"roomCodes": [
"string"
],
"language": "string"
}