GET v1/DeviceType/GetDeviceTypeCountryList?countryId={countryId}&languageId={languageId}

查询国家下设备类型 Key Value用于绑定

Request Information

Parameters

NameDescriptionAdditional information
countryId
国家id

Define this parameter in the request URI.

languageId
语言id

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Key": "sample string 1",
    "Value": "sample string 2",
    "ColumnName": "sample string 3"
  },
  {
    "Key": "sample string 1",
    "Value": "sample string 2",
    "ColumnName": "sample string 3"
  },
  {
    "Key": "sample string 1",
    "Value": "sample string 2",
    "ColumnName": "sample string 3"
  }
]