1. 获取用户时间范围内的所有的日程

接口名称 获取用户时间范围内的所有的日程
请求地址 http://qy-ci.fdccloud.com/api/wzs/get-all-schedule?access_token=@access_token
请求方式 POST(HTTPS)

请求包结构

{
    "__language__": "zh-CN",
    "end_time": "2020-12-31 23:59:59",
    "platform": 2,
    "start_time": "2020-01-01 00:00:00",
    "tenant_id": "my56a9c966df069",
    "version_name": "4.0.6",
    "wzs_user_id": "wzs5f5985f185604096950085"
}
参数 类型 描述
__language__ string 当前语言
version_name string 云助手APP版本号
platform number 平台1-ios;2-Android
tenant_id string 租户id
wzs_user_id string 云助手用户ID
start_time string 开始时间
end_time string 截止时间

返回结果

{
    "data": {
        "code": 1,
        "message": "ok",
        "schedules": [
            {
                "app_code": "20005",
                "content": "召开需求梳理会",
                "end_time": "2018-08-09 08:00",
                "id": 1,
                "public_type": 2,
                "repeat_count": "0",
                "repeat_freq": "",
                "repeat_interval": "0",
                "repeat_limit_type": "0",
                "repeat_type": "0",
                "start_time": "2018-08-09 08:00"
            }
        ]
    },
    "success": 1
}
参数 类型 描述
code number 当前接口逻辑结果1-成功;非1-错误
message string 提示信息
success number 接口请求成功
content string 日程内容
start_time string 日程开始时间
end_time string 结束时间
id number 日程id
public_type number 公开类型;0-公开;1-私密
repeat_count string 重复的最大次数
repeat_freq string 重复规则类型weekday-以工作日为间隔单位重复,daily-以天为单位,weekly-以周为单位,monthly-以月为单位;yearly-以年为单位
repeat_interval string 重复间隔的规则
repeat_limit_type string 最大重复限制类型0-无限重复;1-终止于某天2-限定重复次数
repeat_type string 重复方式;0-不重复;1-每个工作日(周一至周五);2-每天;3-每周;4-每两周;5-每月;6-每年;7-自定义

results matching ""

    No results matching ""