Skip to main content

Get Assets Property Metrics.

POST 

/organizations/:organizationId/statistics/assets/properties/:property

Get assets property metrics

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    property stringrequired

    The property of assets.

Body

required
    startDate numberrequired

    The startDate of metrics statistic.

    endDate numberrequired

    The endDate of metrics statistic.

    assetIds string[]required

    The ID of assets.

Responses

Schema
    data objectrequired

    Metrics of the assets.

    assetId objectrequired
    timestamps number[]required
    values number[]required
Loading...