文档
测试

查询日程列表

GET
/schedule/v1/getList

接口描述

查询日程列表

请求头

参数名
类型
描述
必填
ACCESSTOKEN
string
登录注册时返回的用户ppId
必填

响应参数

参数名
类型
描述
必填
code
int
返回结果码 1000-成功 非1000-未成功
必填
message
string
返回结果信息
必填
data
array<object>
返回结果对象数组
必填
id
long
条目id
必填
title
string
日程标题
必填
alertDate
string
提示日期
必填
cycleSetType
string
重复类型 none-不重复 year-年 week-周 month-月 day-日
必填
cycleSetNum
int
重复天数
必填
type
int
类型 0-纪念日 1-倒数日
必填
endFlag
int
是否有结束日期 0-是 1-否
必填
endDate
string
结束日期
必填
topSet
int
是否置顶 0-是 1-否
必填
interval
int
间隔分钟
必填