How do I fill the Filter field in the Get Jobs activity


I need to get the jobs performed on the current day, what do I put in this field?
Note: Please do not send me the Odata documentation because I was unable to understand, I need to know how to use it in this field only.

give a try on:

 String.Format("StartTime ge datetime'{0}' AND EndTime le datetime {1}", Today.ToString("yyyy-MM-ddTHH:mm:ss"),Today.AddDays(1).ToString("yyyy-MM-ddTHH:mm:ss"))

in case of it was not working try additional with appended Z

Hi thanks for the help but I couldn’t use it, I found this error
Get Jobs: Operation returned an invalid status code ‘BadRequest’