curl --request POST \
--url 'https://api.flashcat.cloud/calendar/list?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"kind": "personal"
}
'{
"error": {
"code": "<string>",
"message": "<string>"
},
"data": {
"items": [
{
"cal_id": "<string>",
"cal_name": "<string>",
"kind": "personal",
"timezone": "<string>",
"created_at": 123,
"updated_at": 123,
"team_id": 123,
"description": "<string>",
"workdays": [
0
],
"extra_cal_ids": [
"<string>"
],
"creator_id": 123,
"updated_by": 123
}
],
"total": 123
}
}curl --request POST \
--url 'https://api.flashcat.cloud/calendar/list?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"kind": "personal"
}
'{
"error": {
"code": "<string>",
"message": "<string>"
},
"data": {
"items": [
{
"cal_id": "<string>",
"cal_name": "<string>",
"kind": "personal",
"timezone": "<string>",
"created_at": 123,
"updated_at": 123,
"team_id": 123,
"description": "<string>",
"workdays": [
0
],
"extra_cal_ids": [
"<string>"
],
"creator_id": 123,
"updated_by": 123
}
],
"total": 123
}
}此页面对您有帮助吗?