Discussions
Quick Ways to Test Your Website on Multiple Devices
Ensuring a website works seamlessly across desktops, tablets, and smartphones is crucial for a smooth user experience. Instead of switching between multiple devices or relying on guesswork, marketers and developers can use specialized platforms to preview their designs instantly. Fyptt provides this functionality, allowing users to visualize their website’s layout on various screen sizes in real time. By incorporating such tools into the workflow, teams can identify potential issues early, maintain consistency, and deliver a polished experience for all visitors.
I tried to do filter by boardBasis but is not geting desired response . is there option to filter by price , grading,hotelType or roomType
{
"channelId": "{{channelId}}",
"currency": "INR",
"culture": "en-US",
"checkIn": "2025-11-15",
"checkOut": "2025-11-16",
"occupancies": [
{
"numOfAdults": 2,
"childAges": []
}
],
"circularRegion": {
"centerLat": {{circularLat}},
"centerLong": {{circularLong}},
"radiusInKm": 30
},
"searchLocationDetails": {
"id": "{{locationId}}",
"name": "{{locationName}}",
"fullName": "{{locationFullName}}",
"type": "{{locationType}}",
"state": "{{locationState}}",
"country": "{{locationCountry}}",
"coordinates": {{locationCoordinates}}
},
"nationality": "US",
"countryOfResidence": "US",
"destinationCountryCode": "US",
"travelPurpose": "Leisure",
"filterBy": {
"boardBasis": {
I want to retrieve the hotel descriptions and images and I have tried using sandbox collection but the repsonse isnt giving any desried result.

Hotel api for testing
I want to test booking rooms and get hotel rates with sample data for an automation. Is there an API I can use?
How to fetch the curated content in content API?
What fields do we need to add in request
Does your api response return all the rates returned from suppliers for given hotel or is there an option to receive only best rate for particular room type? For example suppliers A, B, C and D return same standard king room with prices $100,101,102,103 or can I opt to get only $100 one?
Does your api response return all the rates returned from suppliers for given hotel or is there an option to receive only best rate for particular room type? For example suppliers A, B, C and D return same standard king room with prices $100,101,102,103 or can I opt to get only $100 one?