"type": "InvalidRequestException",
"message": "Cannot set query parameter 'finishedAfter' to value '2021-04-13T19:38:39.043 0200': Cannot convert value \"2021-04-13T19:38:39.043 0200\" to java type java.util.Date"
}
But this is exactly what u want. Date format is taken from tasklist result. It’s real.
Looks like this REST is accepting just one parameter
Encode is another story. But this REST simply does not work. It returns tasks ignoring ‘finishedAfter’ param. This is typical for most of Camunda REST methods - they return completely irrelevant data. For instance method should accept only GET but you sent POST and… u get result.
I think it might be easier for you to download Camunda Platform Run and use the onboard SwaggerUi to execute the rest api, It’ll probably help you understand better where you’re going wrong. For instance if you use the swaggerUi, you’ll be able to see the details of the available parameters and even examples before being able to make the calls. e.g.
I agree with @fml2, from the description and the error, it seems that encoding is the problem.
Niall has a point too, SwaggerUI might help you, as it will take care of the encoding for you.
You clearly violated. You’re banned for a month.
Take the time to think about how you should be treating people who are trying to help you out of the goodness of their heart.