GET API/V40/System/Properties/{propertyCode}/AssetUpgrade?ip={ip}&isPairing={isPairing}
Get's asset info
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyCode | string |
Required |
|
| ip | string |
Required |
|
| isPairing | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
AssetUpgradeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyCode | string | ||
| Ip | string | ||
| IsPaired | boolean | ||
| SavedTimes | integer | ||
| RoomNumber | string | ||
| AssetKey | string | ||
| AppVersion | string | ||
| ExtraProps | string |
Response Formats
application/json, text/json
Sample:
{
"propertyCode": "sample string 1",
"ip": "sample string 2",
"isPaired": true,
"savedTimes": 4,
"roomNumber": "sample string 5",
"assetKey": "sample string 6",
"appVersion": "sample string 7",
"extraProps": "sample string 8"
}