Skip to main content

get property

eviewLess than 1 minuteevmars

get property

Url:/api/v1/device/{deviceId}/property/{property}

Method:GET

produces:application/x-www-form-urlencoded

consumes:*/*

description:

Send a ReadPropertyMessage to the device and get the return.

Params:

Params:

namedescriptioninrequiretypeschema
deviceIddevice idpathtruestring
propertypropertypathtruestring

code-200:

Responses:

namedescriptiontypeschema
messagemessage contentstring
resultresultobject
statusstatusinteger(int32)integer(int32)
codecodestring
timestamptimestampinteger(int64)integer(int64)

Response Sample:

{
	"message": "",
	"result": {},
	"status": 0,
	"code": "",
	"timestamp": 0
}