curl --location --request GET '/admin/celery/crontabschedule/'
{
"count": 0,
"next": "http://example.com",
"previous": "http://example.com",
"results": [
{
"id": 0,
"create_datetime": "2019-08-24T14:15:22Z",
"update_datetime": "2019-08-24T14:15:22Z",
"creator_name": "string",
"minute": "string",
"hour": "string",
"day_of_week": "string",
"day_of_month": "string",
"month_of_year": "string"
}
]
}