Hi Team,
As in rest api documentatio, I am trying to get duedate before tasks using below restapi.
http://localhost:8080/engine-rest/task?assignee=john&dueBefore=2018-01-23T14:42:45
But geeting error as
{“type”:“InvalidRequestException”,“message”:“Cannot set query parameter ‘dueBefore’ to value ‘2018-01-23T14:42:45’: Cannot convert value “2018-01-23T14:42:45” to java type java.util.Date”}
Appriciate your help.