日历事件列表
POST
/calendar/event/list最后修改时间: 1 年前
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Body 参数application/json
cal_id
string
日历ID
year
integer
年
默认为当前年份
month
integer
月
默认为不设置
day
integer
日
默认为不设置,设置此项时必须同时设置月份
示例
{
"cal_id": "string",
"year": 0,
"month": 0,
"day": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error
object
可选
code
string
必需
message
string
必需
data
object
可选
items
array[object (CalendarEvent) {10}]
channel条目
total
integer
总条目数
示例
未设置
最后修改时间: 1 年前