ValidationError: NEMSGLOBAL_TCDC_20241122_20241123_8b6b1aa3a7cff98e249e49fdf682e2d301107b00 could
not be ordered {"error_message":"Value was not of type 'Array<JSONValue>' at path 'timeIntervals'. Expected to
decode Array<JSONValue> but found a string instead.","error":true}
In the output we can see that the parameter timeIntervals is passed as a bare string in the body of the download request:
Given this code:
We get this error:
In the output we can see that the parameter
timeIntervals
is passed as a bare string in the body of the download request:Note that in the case of the search request, the
timeIntervals
parameter is passed wrapped in an array as expected by the API: