Get calendar block logsAsk AIget https://open-api.guesty.com/v1/api/block-logsRetrieves a list of block logs based on the specified filters.Query ParamslistingIdstringFilters the logs by the Guesty listing ID.userNamestringFilter logs based on the user who created the block.startDatestringFilter logs based on the block's start date.endDatestringFilter logs based on the block's end date.blockTypestringenumFilters logs by the type of block (manual or preparation_time).manualpreparation_timeAllowed:manualpreparation_timeeventTypestringenumFilters logs by the event type (created, updated, removed).createdupdatedremovedAllowed:createdupdatedremovedResponses 200The record has been successfully fetched 400Bad Request - Invalid parameters provided 401Unauthorized - Authentication credentials are missing or invalid 403Forbidden - You do not have permission to access this resource 404No block logs found for this listing 500Internal Server Error - Something went wrong on the serverUpdated 3 months ago