GET Inspections by Time
GET {{url}}/v2/solar_farms/{{farm_id}}/solar_inspections?org_id={{org_id}}&start_time={{start_time}}&end_time={{end_time}}
This API filters solar inspections for a specified farm based on the inspection's completion time. Expected time format is YYYY:MM:DDTHH:MM:SSZ
Note this filtering mechanism is not operational and will always fail right now.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
org_id | string | ||
start_time | string | YYYY-MM-DDTHH:MM:SS | |
end_time | string | YYYY-MM-DDTHH:MM:SS |