Controller - GET Controller List
Returns a list of all controller from the selected devices.
Gethttps://api.iotstadium.com/ext/devices/:deviceId/actuator
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Authorization",
"value": "Bearer {{token}}"
}
https://api.iotstadium.com/ext/devices/144/actuator
{
"message": "success",
"code": 200,
"data": {
"device_actuators": [
{
"id": 144,
"actuator_name": "relay 5",
"action_key": "r56",
"access_type": null,
"last_update": "",
"device_actuator_action": [
{
"device_actuator_id": 144,
"id": 741,
"action_value": "true"
},
{
"device_actuator_id": 144,
"id": 742,
"action_value": "false"
}
]
}
]
}
}
{
"message": "Not Allowed",
"error": {
"message": "Not Allowed",
"field": "user"
},
"code": 403
}