Core resources


Administration


Booking flow

Site views

Logs of each pageview for a site

The site view object

Attributes

idinteger

Unique identifier

site_iduuid
sites.id

Identifier of the site this view is related to

created_attimestamp with time zone

Creation timestamp

countrytext | null

Country of the view

pathnametext

Pathname of the page

referertext | null

Referer of the view

sessionuuid

Session identifier

The site view object
{
"id": 0,
"site_id": "00000000-0000-0000-0000-000000000000",
"created_at": "2024-11-21T08:43:36.933Z",
"country": "",
"pathname": "",
"referer": "",
"session": "00000000-0000-0000-0000-000000000000"
}

List site views

Filters

idFilter<>

Unique identifier

site_idFilter<>

Identifier of the site this view is related to

created_atFilter<>

Creation timestamp

countryFilter<>

Country of the view

pathnameFilter<>

Pathname of the page

refererFilter<>

Referer of the view

sessionFilter<>

Session identifier

Responses

200

A list of site views with the selected columns

206

Partial Content

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