Morning.
when I copy the query from Get Jobs | docs.camunda.org
/job/count?dueDates=gt_2012-07-17T17:00:00.000+0200,lt_2012-07-17T18:00:00.000+0200
I get:
{
"type": "InvalidRequestException",
"message": "Invalid due date format: Cannot convert value \"2012-07-17T17:00:00.000 0200\" to java type java.util.Date"
}
What is the correct REST syntax to query for overdue jobs?
Jan