Get Public Information

Get inverter brands GET

Path:/dictionaries/inverter_brands.json
HTTP Method:GET

Request Parameters

ParameterTypeIs Required?NoteExample
brand_idIntNoWhen brand_id not provided, default returns records for all brand253
seriesStringNoSymo

Response

ParameterTypeNote
brand_idInt
textStringinverter manufacturer(e.g:SMA Australia Pty Ltd)
idStringmodel number of inverter(eg:STP12000TL-20)
nameStringinverter series(eg:4G)
expiry_dateStringexpiry date(eg:2025-03-30)

Request One Example

{
  "client_id": "23565656e63f33016ad7f4f338a6f70be78c136addbbb9c803d09756c6ee93f1",
  "signature": "2dc1b977b376a2fd26bf05c1f15da59b",
  "timestamp": "2019-08-02T10:31:50+11:00",
  "brand_id": 191
}

Response One Example

{
  "message": "success",
  "code": 200,
  "response": {
    "body": {
      "id": "H3_211",
      "text": "Delta Electronics Inc",
      "name": "H3_211",
      "brand_id": 191,
      "expiry_date": "2025-03-30"
    }
  }
}

Request All Example

{
  "client_id": "23565656e63f33016ad7f4f338a6f70be78c136addbbb9c803d09756c6ee93f1",
  "signature": "2dc1b977b376a2fd26bf05c1f15da59b",
  "timestamp": "2019-08-02T10:31:50+11:00"
}

Response All Example

{
  "message": "success",
  "code": 200,
  "response": {
    "body": [
      {
        "id": "H3_211",
        "text": "Delta Electronics Inc",
        "name": "H3_211",
        "brand_id": 191,
        "expiry_date": "2025-03-30"
      }
    ]
  }
}

By clicking "Accept All Cookies", you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. Further information about our use of cookies and similar technologies can be found in our cookie policy .

Copyright ©2026, GreenDeal. All Rights Reserved