Last Updated on : 2023-07-25 05:58:03download
Query the details of scheduled tasks under the specified device.
GET: /v2.0/cloud/timer/device/{device_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | path | true | The device ID. |
timer_ids | String | query | false | The ID of the specified scheduled task. Multiple IDs are separated with commas (,). |
category | String | query | false | The category of the specified scheduled task. |
Parameter name | Type | Description |
---|---|---|
result | List | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
time_id | String | The ID of the specified scheduled task. |
alias_name | String | The alias of the specified scheduled task. |
time | String | The time when the specified scheduled task is run. |
timezone_id | String | The ID of the specified time zone. Example: Asia/Shanghai. |
date | String | The date when the specified scheduled task is run. |
loops | String | If a request failed, the return value is a seven-digit number consisting of 0 and 1 . 0 indicates that the scheduled task is disabled, and 1 indicates that the scheduled task is enabled. For example, 0000001 means that the scheduled task is disabled on Sunday, Monday, Tuesday, Wednesday, Thursday, and Friday, and enabled on Saturday. |
functions | List | The command to be executed at the specified time. |
enable | Boolean | Specifies whether a scheduled task is enabled. Valid values:
|
Description of functions
Parameter name | Type | Description |
---|---|---|
code | String | The code of the specified command to be executed. |
value | object | The value of the specified command to be executed. |
GET: /v2.0/cloud/timer/device/6ccb7dc348af04ad****?timer_ids=1****
{
"tid": "dcae3f8bd1f811ed9aa2525400d49d82",
"result": [
{
"date": "00000000",
"functions": [
{
"code": "switch_1",
"value": true
}
],
"loops": "1111111",
"alias_name": "Test 1-3",
"timer_id": "1****",
"timezone_id": "Asia/Shanghai",
"time": "14:52"
}
],
"t": 1680510230386,
"success": true
}
For more information, see error code.
For more information, see Limits on API Request Frequency.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback