{
"positions": [
1
],
"page": 1,
"limit": 5
}
curl --location -g --request POST 'http://localhost/v2/schedule/rotation_jobs' \
--header 'Content-Type: application/json' \
--data-raw '{
"positions": [
1
],
"page": 1,
"limit": 5
}'
{
"status": true,
"data": {
"data": [
{
"id": 3,
"position": 1,
"interval": 5,
"unit": "minutes",
"specific_time": "00:00",
"start_time": null,
"end_time": null,
"enabled": 1,
"stamp_created": 1741690306,
"type": "system",
"next_run": 1741690800
}
],
"total": 2
}
}