{
"after_id": [
0
],
"block_range": "string",
"call": "string",
"end_date": "string",
"module": "string",
"page": 0,
"row": 10,
"start_date": "string",
"status": "Scheduled"
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/schedulers' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"after_id": [
0
],
"block_range": "string",
"call": "string",
"end_date": "string",
"module": "string",
"page": 0,
"row": 10,
"start_date": "string",
"status": "Scheduled"
}'{
"code": 0,
"data": {
"count": 0,
"list": [
{
"call_hash": "string",
"call_module": "string",
"call_name": "string",
"create_event_index": "string",
"exec_event_index": "string",
"id": 0,
"index": 0,
"origin": null,
"priority": 0,
"status": "string",
"task_name": "string",
"when": 0,
"when_timestamp": 0
}
]
},
"generated_at": 1699600641,
"message": "Success"
}