v16

latestOpenAPI 3.0.1raw.githubusercontent.com2026-02-13124047.4 KB
EntriesPageViews

Retrieve all pages viewed, with timestamps, for all entries in the database

get/projects/{projectId}/entries-page-views

Path parameters

projectIdstring required

The unique identifier for a Project in the database

Query parameters

limitinteger

The number of entries to return (defaults to 10).

direction'ASC' | 'DESC'

The direction to sort by (defaults to DESC)

updated_afterstring

A Date + Time string in ISO format

updated_beforestring

A Date + Time string in ISO format

include_urlsstring nullable

Headers

X-Api-Keystring required

Response

entry_idstring required

The unique identifier for an Entry in the database

contact_idstring required

The unique identifier for a Contact in the database

project_idstring required

The unique identifier for a Project in the database

group_idstring required

The unique identifier for a Group in the database

embeddable_idstring required

The unique identifier for a Embeddable in the database

created_atstring required

A Date + Time string in ISO format

updated_atstring required

A Date + Time string in ISO format