Get TalkBack Command
Get TalkBack command from TalkBack queue
Request
HTTP Method
GET
URL
https://api.thingspeak.com/talkbacks/
<talkback_id>
/commands/<command_id>
.<format>
Input Arguments
Name | Description |
---|---|
| (Required) TalkBack ID, specified as a positive integer. |
| (Required) Command ID for the command of interest, specified as a positive integer. |
| Format for the HTTP response, specified as
|
Example:
https://api.thingspeak.com/talkbacks/12345/commands/112233.json
Query String Parameters
Name | Description | Value Type |
---|---|---|
api_key | (Required) API key for this specific instance of TalkBack. The TalkBack key is different from the channel and user API keys. | string |
Content-Type
application/x-www-form-urlencoded
Response
Success
200 OK
The example responses are based on this sample TalkBack queue.
Error
For the full list, see Error Codes.
See Also
Functions
Topics
- Queue Commands Using the TalkBack App From MATLAB
- Monitor and Act on Channel Inactivity Using ThingSpeak Apps
- Control a Light with TalkBack on Arduino
- Channel Update and Light Control on Arduino
- Control a Light with TalkBack on ESP8266
- Channel Update and Light Control with ESP8266
- Control a Light with TalkBack on ESP32
- Channel Update and Light Control with ESP32