Skip to main content
GET
/
revenue-reporting
/
physical-assets
/
{physicalAssetID}
/
datapoints
Get aggregated revenue data points for a physical asset
curl --request GET \
  --url https://api.trlyr.com/revenue-reporting/physical-assets/{physicalAssetID}/datapoints \
  --header 'Authorization: <authorization>'
{
  "data": {}
}

Headers

Authorization
string
default:Bearer <access token value>
required

Access token

Path Parameters

physicalAssetID
string<uuid>
required

Physical asset ID

Query Parameters

start
string
required

Interval start (RFC3339)

end
string
required

Interval end (RFC3339)

datapoints
string

Comma-separated category names; omit for all. See Data point categories in the API overview.

Response

OK

data
object
Last modified on June 30, 2026