Calendar Event List
POST
/calendar/event/listRequest
Header Params
Content-Type
string
optional
Example:
application/json
Body Params application/json
cal_id
string
Calendar ID
year
integer
Year
Defaults to current year
month
integer
Month
Defaults to not set
day
integer
Day
Defaults to not set, must set month when setting this
Example
{
"cal_id": "string",
"year": 0,
"month": 0,
"day": 0
}
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
error
object
optional
code
string
required
message
string
required
data
object
optional
items
array[object (CalendarEvent) {10}]
Channel entries
total
integer
Total entries
Example
Not configured
Last modified: 2 个月前