Skip to main content

Get Assets Rawdata.

POST 

/organizations/:organizationId/statistics/assets/rawdata

Get Assets Rawdata

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

Body

required
    startTime numberrequired

    The startTime of metrics statistic.

    endTime numberrequired

    The endTime of metrics statistic.

    assetTypeId string

    The ID of asset type.

    assetIds string[]

    The ID of assets.

    properties string[]required

    The properties of asset type.

    exportFormat string

    The format of export file.

Responses

Schema
    data objectrequired

    Rawdata of the assets.

    startTime numberrequired
    endTime numberrequired
    assetTypeId stringrequired
    assetIds string[]required
    properties string[]required
    exportFormat stringrequired
Loading...