v1
latestOpenAPI 3.0.32026-07-2632131.4 MBCalendar Logs
Get calendar block logs
Retrieves a list of block logs based on the specified filters.
get/api/block-logs
Query parameters
listingIdstring
Example:66054019764cbb000f37c450
Filters the logs by the Guesty listing ID.
userNamestring
Example:John Doe
Filter logs based on the user who created the block.
startDatestring date
Example:2024-01-01
Filter logs based on the block's start date.
endDatestring date
Example:2024-02-01
Filter logs based on the block's end date.
blockType'manual' | 'preparation_time'
Filters logs by the type of block (manual or preparation_time).
eventType'created' | 'updated' | 'removed'
Filters logs by the event type (created, updated, removed).
Response
The record has been successfully fetched
Example response
[
{
"startDate": "2024-01-01",
"endDate": "2024-01-01",
"doneAt": "2024-01-11"
}
]