curl --request POST \
--url 'https://api.flashcat.cloud/schedule/info?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"schedule_id": 123,
"start": 1111111111,
"end": 11111111111
}
'{
"request_id": "0a63016e66ab47532d066bea90a892b0",
"data": {
"cur_oncall": {
"start": 1722500940,
"end": 1722787200,
"group": {
"name": "A",
"group_name": "A",
"members": [
{
"role_id": 0,
"person_ids": [
2715149662131
]
}
]
},
"update_at": 1720159704,
"weight": 0,
"index": 0
},
"next_oncall": {
"start": 1722500940,
"end": 1722787200,
"group": {
"name": "A",
"group_name": "A",
"members": [
{
"role_id": 0,
"person_ids": [
2715149662131
]
}
]
},
"update_at": 1720159704,
"weight": 0,
"index": 0
}
}
}curl --request POST \
--url 'https://api.flashcat.cloud/schedule/info?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"schedule_id": 123,
"start": 1111111111,
"end": 11111111111
}
'{
"request_id": "0a63016e66ab47532d066bea90a892b0",
"data": {
"cur_oncall": {
"start": 1722500940,
"end": 1722787200,
"group": {
"name": "A",
"group_name": "A",
"members": [
{
"role_id": 0,
"person_ids": [
2715149662131
]
}
]
},
"update_at": 1720159704,
"weight": 0,
"index": 0
},
"next_oncall": {
"start": 1722500940,
"end": 1722787200,
"group": {
"name": "A",
"group_name": "A",
"members": [
{
"role_id": 0,
"person_ids": [
2715149662131
]
}
]
},
"update_at": 1720159704,
"weight": 0,
"index": 0
}
}
}此页面对您有帮助吗?