curl --location --request POST 'https://api.flashcat.cloud/schedule/info?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"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
}
}
}