POST api/v2/SmartFault/NoEnviromentGetIVResultBySN

Request Information

URI Parameters

None.

Body Parameters

InverterSn
NameDescriptionTypeAdditional information
sn

string

None.

Request Formats

application/json, text/json

Sample:
{
  "sn": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IVResultInverterData
NameDescriptionTypeAdditional information
canStartIV

boolean

None.

IsIVCurve

boolean

None.

IVCurvePercent

string

None.

IVCurveDate

string

None.

inverterData

IVResultInverter

None.

charts

Collection of V2ChartsModel

None.

Response Formats

application/json, text/json

Sample:
{
  "canStartIV": true,
  "isIVCurve": true,
  "ivCurvePercent": "sample string 3",
  "ivCurveDate": "sample string 4",
  "inverterData": {
    "deviceName": "sample string 1",
    "deviceSn": "sample string 2",
    "istr1": "sample string 3",
    "istr2": "sample string 4",
    "istr3": "sample string 5",
    "istr4": "sample string 6",
    "istr5": "sample string 7",
    "istr6": "sample string 8",
    "istr7": "sample string 9",
    "istr8": "sample string 10",
    "istr9": "sample string 11",
    "istr10": "sample string 12",
    "istr11": "sample string 13",
    "istr12": "sample string 14",
    "istr13": "sample string 15",
    "istr14": "sample string 16",
    "istr15": "sample string 17",
    "istr16": "sample string 18"
  },
  "charts": [
    {
      "leftLabels": [
        {
          "img": "sample string 1",
          "label": "sample string 2"
        },
        {
          "img": "sample string 1",
          "label": "sample string 2"
        }
      ],
      "lines": [
        {
          "label": "sample string 1",
          "name": "sample string 2",
          "unit": "sample string 3",
          "isActive": true,
          "axis": 5,
          "sort": 6,
          "type": "sample string 7",
          "frontColor": "sample string 8",
          "xy": [
            {
              "x": {},
              "y": {},
              "z": {}
            },
            {
              "x": {},
              "y": {},
              "z": {}
            }
          ]
        },
        {
          "label": "sample string 1",
          "name": "sample string 2",
          "unit": "sample string 3",
          "isActive": true,
          "axis": 5,
          "sort": 6,
          "type": "sample string 7",
          "frontColor": "sample string 8",
          "xy": [
            {
              "x": {},
              "y": {},
              "z": {}
            },
            {
              "x": {},
              "y": {},
              "z": {}
            }
          ]
        }
      ],
      "nestedGraph": {
        "useNested": true
      },
      "axis": [
        {
          "axisId": 1,
          "unit": "sample string 2",
          "min": 3.1,
          "max": 4.1
        },
        {
          "axisId": 1,
          "unit": "sample string 2",
          "min": 3.1,
          "max": 4.1
        }
      ],
      "modelData": {}
    },
    {
      "leftLabels": [
        {
          "img": "sample string 1",
          "label": "sample string 2"
        },
        {
          "img": "sample string 1",
          "label": "sample string 2"
        }
      ],
      "lines": [
        {
          "label": "sample string 1",
          "name": "sample string 2",
          "unit": "sample string 3",
          "isActive": true,
          "axis": 5,
          "sort": 6,
          "type": "sample string 7",
          "frontColor": "sample string 8",
          "xy": [
            {
              "x": {},
              "y": {},
              "z": {}
            },
            {
              "x": {},
              "y": {},
              "z": {}
            }
          ]
        },
        {
          "label": "sample string 1",
          "name": "sample string 2",
          "unit": "sample string 3",
          "isActive": true,
          "axis": 5,
          "sort": 6,
          "type": "sample string 7",
          "frontColor": "sample string 8",
          "xy": [
            {
              "x": {},
              "y": {},
              "z": {}
            },
            {
              "x": {},
              "y": {},
              "z": {}
            }
          ]
        }
      ],
      "nestedGraph": {
        "useNested": true
      },
      "axis": [
        {
          "axisId": 1,
          "unit": "sample string 2",
          "min": 3.1,
          "max": 4.1
        },
        {
          "axisId": 1,
          "unit": "sample string 2",
          "min": 3.1,
          "max": 4.1
        }
      ],
      "modelData": {}
    }
  ]
}