Resources
Premium PV Power

Retrieve Site Measurements

Retrieve historical measurement data for a Premium PV Power site. Supports pagination via skip/take and date filtering via start/end.

get/resources/pv_power_site_measurements

Query parameters

resource_idstring nullable required

The unique identifier of the Premium PV Power resource.

startstring date-time nullable

Filter: period_end >= start (ISO-8601).

endstring date-time nullable

Filter: period_end <= end (ISO-8601).

format'json' | 'csv' nullable

Response format. Default is HTML if not supplied.

Response

OK

offsetinteger
totalinteger
metaobject nullable

Changes

Changed in 2 of the 6 revisions of this API.1134

  • ec8e5425d9841132See the full diff
    • the response property results/items/period became nullable for the status 200

      response-property-became-nullable

    • deleted the query request parameter sub_unit

      request-parameter-removed

    • removed the optional property results/items/constraint_power_ceiling from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/created from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/frequency from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/inverters_available from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/local_limit from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/mean_ghi from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/network_constraint from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/solar_farm_id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/sub_unit from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/total_power from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/tracking_angle from the response with the 200 status

      response-optional-property-removed

    • added the optional property results/items/curtailment to the response with the 200 status

      response-optional-property-added

    • added the optional property results/items/power to the response with the 200 status

      response-optional-property-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional query request parameter sub_unit

      new-optional-request-parameter

    • added the optional property results/items/sub_unit to the response with the 200 status

      response-optional-property-added