Lightning Usage by Page
Represents standard pages users viewed most
frequently in Lightning Experience. This resource is available in REST API version 44.0
and later.
Use this object with the following APIs:
- Platform
- Metadata API
- Tooling API
Syntax
URI: /services/data/vXX.X/sobjects/LightningUsageByPageMetrics
Formats: JSON, XML
HTTP methods: GET
Example
1SELECT TotalCount FROM LightningUsageByPageMetrics ORDER BY PageName ASC NULLS FIRST LIMIT 10Considerations
Raw EPT values (orig_ept) undergo validation and filtering before aggregation as ept values in LightningUsageByPageMetrics. Only valid EPT values are included in aggregated fields such as ValidEptCount, medianEpt, sumEPT, and EPT bucket counts.
A raw EPT value is considered valid if it falls within the following range:
1150 ms ≤ orig_ept ≤ 90,000 msIf a raw EPT value is outside of this range, it's treated as invalid and gets aggregated as ept = 0.