获取分类下的定时任务信息

更新时间:2023-12-07 03:33:50

本文介绍获取分类下的定时任务信息的 API。

接口描述

获取指定设备下某⼀个分类下⾯的定时任务列表信息。

接口地址

GET: /v1.0/devices/{devId}/timers/categories/{category}

请求参数

参数名类型参数位置是否必填说明
devIdStringuritrue设备 ID。
categoryStringuritrue定时任务组分类。

返回参数

参数名类型说明
resultJSONObject返回结果。

请求示例

GET: /v1.0/devices/vdevo15445800464****/timers/categories/100

返回示例

{
    "result": [
        {
            "groups": [
                {
                    "timers": [
                        {
                            "date": "20200202",
                            "functions": [
                                {
                                    "code": "bright_value_v2",
                                    "value": 5000
                                },
                                {
                                    "code": "switch_led",
                                    "value": true
                                }
                            ],
                            "is_app_push": false,
                            "loops": "0000000",
                            "alias_name": "",
                            "timer_id": 4906528,
                            "timezone_id": "Asia/Shanghai",
                            "group_order": 0,
                            "time": "17:30",
                            "status": 0
                        }
                    ],
                    "id": "000000mwf3"
                }
            ],
            "category": {
                "category": "test",
                "status": 1
            }
        }
    ],
    "t": 1581336613789,
    "success": true
}

错误码

参考 错误码