Site Activity Analytics API

The Site Activity analytics API endpoint gives you the data that you would find in the Site Activity report download. This information provides a representation of how your users and content grow over time, including details of total pages, users, and a breakdown of content created, edited, and deleted. Each row in the report represents an event.

API endpoint: /@api/deki/site/activity/logs/file?month=YYYY-MM

This will give you a result with the following data:

Field name Description Type Example
DATE The date the event occurred Format: YYYY-MM-DD
Time Zone: UTC
2024-01-23
USERS_CREATED Number of users created within specified date NUMBER 3
PAGES_CREATED Number of pages created within specified date NUMBER 15
PAGES_EDITED Number of pages edited within specified date NUMBER 67
PAGES_DELETED Number of pages deleted within specified date NUMBER 0