Get last executed TalkBack command from TalkBack queue
GET
https://api.thingspeak.com/talkbacks/
<talkback_id>
/commands/last.<format>
Name | Description |
---|---|
| (Required) TalkBack ID, specified as a positive integer. |
| Format for the HTTP response, specified as
|
Example:
https://api.thingspeak.com/talkbacks/12345/commands/last.json
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 |
application/x-www-form-urlencoded
If there are no commands that have been executed for this instance of TalkBack,
the request will return HTTP status code 404 and
error_resource_not_found
.
For the full list, see Error Codes.