Booking REST API FilteringFree and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Booking REST API Filtering Search for: SearchThis topic has 3 replies, 2 voices, and was last updated 16 hours, 23 minutes ago by J. Davis.Viewing 4 posts - 1 through 4 (of 4 total)AuthorPosts December 17, 2024 at 4:17 am #1705414 Cian de StaicParticipantHi,Does the API support filtering/parameterisation for checkin date? Would be very helpful December 26, 2024 at 1:49 pm #1708219 J. DavisKeymasterHi Cian, You can use the example below:{ "filter":{ "meta_query":{ "relation":"AND", "date":{ "key":"mphb_check_in_date", "value":[ "2024-10-26", "2024-10-27" ], "compare":"BETWEEN", "type":"DATE" } } } }You need to add it as JSON to the request’s body. January 15, 2025 at 12:59 am #1714520 Cian de StaicParticipantHi,Unfortunately thats not filtering as expected for me – is that correct formatting? January 16, 2025 at 10:54 pm #1715455 J. DavisKeymasterHi Cian, I’ve tested it using Postman API and it worked correctly https://prnt.sc/n8TFSYtUogMb I got 1 reservation with the proper ID. Here is a screenshot from the backed calendar https://prnt.sc/cwhj-1UYB9ONAuthorPostsViewing 4 posts - 1 through 4 (of 4 total)You must be logged in to reply to this topic.Log In Username: Password: Keep me signed in Log In