curl --request POST \
--url 'https://api.flashcat.cloud/schedule/list?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"team_ids": [
123
],
"query": "<string>",
"p": 123,
"limit": 123,
"is_my_team": true,
"start": 123,
"end": 123
}
'{
"data": {
"items": [
{
"schedule_id": 123,
"schedule_name": "<string>",
"desc": "<string>",
"group_id": 123,
"endabled": true,
"create_at": 123,
"create_by": 123,
"update_at": 123,
"update_by": 123
}
],
"total": 123
},
"error": {
"code": "<string>",
"message": "<string>"
}
}curl --request POST \
--url 'https://api.flashcat.cloud/schedule/list?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"team_ids": [
123
],
"query": "<string>",
"p": 123,
"limit": 123,
"is_my_team": true,
"start": 123,
"end": 123
}
'{
"data": {
"items": [
{
"schedule_id": 123,
"schedule_name": "<string>",
"desc": "<string>",
"group_id": 123,
"endabled": true,
"create_at": 123,
"create_by": 123,
"update_at": 123,
"update_by": 123
}
],
"total": 123
},
"error": {
"code": "<string>",
"message": "<string>"
}
}此页面对您有帮助吗?