{
"query": "string",
"p": 0,
"limit": 0,
"is_my_team": true,
"start": 0,
"end": 0
}
curl --location --request POST 'http://prod-cn.your-api-server.com/schedule/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "string",
"p": 0,
"limit": 0,
"is_my_team": true,
"start": 0,
"end": 0
}'
{
"data": {
"items": [
{
"schedule_id": 0,
"schedule_name": "string",
"desc": "string",
"group_id": 0,
"endabled": true,
"create_at": 0,
"create_by": 0,
"update_at": 0,
"update_by": 0
}
],
"total": 0
},
"error": {
"code": "InvalidParameter",
"message": "string"
}
}