latestOpenAPI 3.0.12026-08-184787426.1 KB
591461e66c79
Resources
Advanced PV Power
List Resources
Lists all PV power sites accessible to the authenticated user. Supports pagination (skip/take), entitlement filtering (advanced/premium), and date range filtering (start/end).
get/resources/pv_power_sites
Query parameters
entitlementstring nullable
Optional filter for site entitlement.
show_allboolean nullable
When true, returns all sites in the system. Requires admin privileges.
startstring date-time nullable
Filter to sites created on or after this date (ISO 8601 format).
endstring date-time nullable
Filter to sites created before this date (ISO 8601 format).
querystring nullable
Search query for site name or resource ID.
forecast_productionboolean nullable
Filter to sites where ML forecast production is enabled (premium only).
format'json' | 'csv' nullable
Response format. Default is HTML if not supplied.
Response
OK