Calendar List
POST
/calendar/listRequest
Header Params
Content-Type
string
optional
Example:
application/json
Body Params application/json
kind
enum<string>
Calendar type, defaults to personal, must be specified to get holidays
Allowed values:
personalregion.official.holiday
Example
{
"kind": "personal"
}
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 (Calendar) {12}]
Channel entries
total
integer
Total entries
Example
Not configured
Last modified: 2 个月前