GET v1/Report/GetDayReport?PsId={PsId}&SearchDate={SearchDate}

运维日报表(电站)

Request Information

Parameters

NameDescriptionAdditional information
PsId
电站ID

Define this parameter in the request URI.

SearchDate
查询时间

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "PsId": "sample string 1",
  "PsName": "sample string 2",
  "PsEname": "sample string 3",
  "PSAcpower": 4.1,
  "PsCapacity": 5.1,
  "Id": "sample string 6",
  "PsLasttime": "2025-05-12T06:29:26.0189337+08:00",
  "DayPac": 8.1,
  "TheoryDayPac": 9.1,
  "PREfficiency": 10.1,
  "YesterDayPac": 11.1,
  "YesterTheoryDayPac": 12.1,
  "YesterPREfficiency": 13.1,
  "FaultCount": 14,
  "Detail": [
    {
      "Pac": 1.1,
      "Irr": 2.1,
      "GetDatetime": "2025-05-12T06:29:26.0189337+08:00"
    },
    {
      "Pac": 1.1,
      "Irr": 2.1,
      "GetDatetime": "2025-05-12T06:29:26.0189337+08:00"
    },
    {
      "Pac": 1.1,
      "Irr": 2.1,
      "GetDatetime": "2025-05-12T06:29:26.0189337+08:00"
    }
  ]
}