Get CRON Scheduler Data

NOTE: User must me logged in as admin to access this API URL : v3/api/admin/get-cron-setting Method : GET Success Response: { “success”: true, “data”: { “cron_path”: “/var/www/faveo/artisan”, “job_list”: [ { “id”: 1, “job”: “fetching”, “value”: “dailyAt,12:12”, “created_at”: “2021-03-17 06:05:37”, “updated_at”: “2021-03-22 13:06:06”, “icon”: “fas fa-mail-bulk”, “command”: “ticket:fetch”, “job_info”: “fetching-info”, “active”: 1, “plugin_job”: 0, “plugin_name”: null […]

Read More

Update Cron Scheduler Data

NOTE: User must me logged in as admin to access this API URL : v3/api/admin/update-cron-setting Method : PATCH Query Parameters : Note: Parameters need to be passed in job_list array job_name array with active, value and time*(only if value=dailyAt) parameters Parameter Type Possible Values Required/Optional Description active Boolean 1 or 0 Optional Active value could […]

Read More