Returns an XML payload containing a Room Set listing. This data set returned is smaller than the getRoomSets request and intend for listing results. Use the result in combination with the getRoomSet call to pull addition information on a specific RoomSet.
Sample Request URL: [End Point URL]/?do=cnt.getservice&service=getRoomSetSearchResults
Parameter Options:
*apiKey: Valid API key
searchText: Text string used to perform a general search of the Room Sets. Searches for matches in function name, code, location, and room.
locationID: Numeric value containing a valid locationID. Use the ‘getRoomSetSearchOptions’ call to obtain a valid list of locations
roomID: Numeric value containing a valid roomID. Use the ‘getRoomSetSearchOptions’ call to obtain a valid list of rooms.
startsOnDate: Date value containing a valid date. Use the ‘getRoomSetSearchOptions’ call to obtain a valid list of dates.
code: text value containing a valid code. Use the ‘getRoomSetSearchOptions’ call to obtain the list of possible Room Set Codes.
postFlag: Boolean value (0 or 1).
startsOnAfterDate: Date value containing a valid date. Use the ‘getRoomSetSearchOptions’ call to obtain a valid list of dates.
startsOnBeforeDate: Date value containing a valid date. Use the ‘getRoomSetSearchOptions’ call to obtain a valid list of dates.
endsOnAfterDate: Date value containing a valid date. Use the ‘getRoomSetSearchOptions’ call to obtain a valid list of dates.
endsOnBeforeDate: Date value containing a valid date. Use the ‘getRoomSetSearchOptions’ call to obtain a valid list of dates.
approvedFlag: Boolean value (0 or 1). Include only approved or not approved function.
useRoomAssignmentsFlag:
Sample XML Payload: See Rest_GetRoomSetSearchResults.xml