Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://apigw.bienport.com/api/panel/{resourceId}/sensor/list \ --header 'Authorization: <authorization>' \ --header 'OrganizationId: <organizationid>'
{ "type": "<string>", "sensors": [ { "id": 123, "resourceId": 123, "orderNo": 123, "trueValue": "<string>", "falseValue": "<string>", "partitions": [ { "name": "<string>", "no": 123 } ], "sensorId": 123, "description": "<string>", "hardwareSerialNumber": "<string>", "sensorName": "<string>" } ] }
Access Token
Organization ID
resourceId
Sensors connected to the panel
Show child attributes
Was this page helpful?