Core resources
Administration
Booking flow
Logs for each time the ical feed of a unit is read by an external platform
id
bigint
Unique identifier
created_at
timestamp with time zone
Creation timestamp
params
jsonb
Params of the request
referrer
text
Referrer of the request
status
text
Status of the request
{"id": 0,"product_id": "00000000-0000-0000-0000-000000000000","created_at": "2024-11-21T09:16:32.672Z","params": {},"referrer": "","status": "success"}
id
Filter<>
Unique identifier
product_id
Filter<>
Identifier of the related unit
created_at
Filter<>
Creation timestamp
params
Filter<>
Params of the request
referrer
Filter<>
Referrer of the request
status
Filter<>
Status of the request
200
A list of product calendar logs with the selected columns
206
Partial Content
GET
/product_calendar_logs
curl -X GET "https://api.bookingmood.com/v1/product_calendar_logs?select=*" \ -H "Authorization: Bearer YOUR_API_KEY"