Skip to main content
POST
/
panel
/
{resourceId}
/
vsensor
/
values
Get Last Sensors Data Logs
curl --request POST \
  --url https://apigw.bienport.com/api/panel/{resourceId}/vsensor/values \
  --header 'Authorization: <authorization>' \
  --header 'OrganizationId: <organizationid>'
{
  "sensorId": 123,
  "resourceSensorId": 123,
  "sensorName": "<string>",
  "description": "<string>",
  "label": [
    "<string>"
  ],
  "sampledDateTime": 123,
  "value": 123,
  "type": "<string>"
}

Headers

Authorization
string
required

Access Token

OrganizationId
string
required

Organization ID

Path Parameters

resourceId
integer<int64>
required

resourceId

Response

List of last sensors data logs with SuccessDataResult model.

External Power And Battery Response Api Model

sensorId
integer<int64>

Sensor ID.

resourceSensorId
integer<int64>

PanelSensor ID.

sensorName
string

Sensor name.

description
string

Sensor description.

label
string[]

Sensor unique label value list.

sampledDateTime
integer<int64>

Date the value was retrieved. (Epoch type)

value
number<double>

Current sensor value.

type
string

Value type