Core resources


Administration


Booking flow

Widget views

Logs for each widget view

The widget view object

Attributes

idbigint

Unique identifier

widget_iduuid
widgets.id

Identifier of the widget this view is related to

created_attimestamp with time zone

Creation timestamp

countrytext | null

Country of the view

referertext | null

Referer of the view

status"success" | "tier-insufficient" | "inactive"

Status of the widget view

The widget view object
{
"id": 0,
"widget_id": "00000000-0000-0000-0000-000000000000",
"created_at": "2024-05-11T08:26:11.145Z",
"country": "",
"referer": "",
"status": "success"
}

List widget views

Filters

idFilter<bigint>

Unique identifier

widget_idFilter<uuid>

Identifier of the widget this view is related to

created_atFilter<timestamp with time zone>

Creation timestamp

countryFilter<text>

Country of the view

refererFilter<text>

Referer of the view

statusFilter<"success" | "tier-insufficient" | "inactive">

Status of the widget view

Responses

200

A list of widget views with the selected columns

206

Partial Content

GET/widget_views
curl -X GET "https://api.bookingmood.com/v1/widget_views?select=*" \
  -H "Authorization: Bearer YOUR_API_KEY"