Type Alias ItemViewsWeeksResponseBody

type ItemViewsWeeksResponseBody = {
    start?: string;
    total?: number;
    unique?: number;
}
Index

Properties

Properties

start?: string

The RFC3339 datetime representing the start of the referenced week.

total?: number

Total number of views the resource got during the referenced week.

unique?: number

Number of unique users who viewed the resource during the referenced week.