Lightning Usage by Browser

Returns Lightning Experience usage results grouped by browser instance. This resource is available in REST API version 44.0 and later.

Use this object with the following APIs.

  • Platform
  • Metadata API
  • Tooling API

URI: /services/data/vXX.X/sobjects/LightningUsageByBrowserMetrics

Formats: JSON, XML

HTTP methods: GET

Request body: SOQL Query.

Request parameters

ParameterDescription
BrowserThe browser used.
EptBin3To5Number of times that a page loaded between 3-5 seconds.
EptBin5To8Number of times that a page loaded between 5-8 seconds.
EptBin8To10Number of times that a page loaded between 8-10 seconds.
EptBinOver10Number of times that a page loaded over 10 seconds.
EptBinUnder3Number of times that a page loaded under 3 seconds.
MetricsDateThe date the metric was recorded.
PageNameThe name of the page.
RecordCountEPTNumber of records for a page/browser where the valid EPT was recorded.
SumEPTSum of the EPT values for page/browser.
TotalCountTotal records for a page/browser.

Example Request Body