HI
I working with rest api
I have a process for checking daily backups
The process works fine!
I need help running a backup check between date
Feb 01, 2024 12:00 AM and Feb 29, 2024 11:59 PM
This is for example part of a URL that I access to get a daily report
urlrest = "/webconsole/api/Job?jobFilter=Backup&jobCategory=all&completedJobLookupTime=86400&limit=500"; // 24 hours
Any help will be appreciated