Resources
Premium Wind Power

Retrieve Sub-Unit Site Measurements

Retrieve historical sub-unit measurement data for a Premium Wind Power site. A sub-unit represents a subsection of the site, such as an individual wind turbine or a subset of turbines. Supports pagination via skip/take, date filtering via start/end, and an optional sub_unit filter.

get/resources/wind_power_site_measurements/sub_units

Query parameters

resource_idstring nullable required

The unique identifier of the Premium Wind Power resource.

sub_unitstring nullable

Optional filter: return only measurements for this sub_unit.

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.153

  • ec8e5425d984152See the full diff
    • the response property // became nullable for the status

      response-property-became-nullable

    • removed the optional property // from the response with the status

      response-optional-property-removed

    • removed the optional property // from the response with the status

      response-optional-property-removed

    • removed the optional property // from the response with the status

      response-optional-property-removed

    • removed the optional property // from the response with the status

      response-optional-property-removed

    • removed the optional property // from the response with the status

      response-optional-property-removed

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the 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

    • endpoint added

      endpoint-added