You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I received the wrong response code, when sending the following GET request ...api/timeseries/TBD/observations?timespan=2019-11-31/2019-12-31:
{
"statusCode": 500,
"reason": "Internal Server Error",
"userMessage": "Unexpected Exception occured.",
"developerMessage":
"Cannot parse '2019-11-31':Value 31 for dayOfMonth must be in the range [1,30]"
}
The response should look like this:
{
"statusCode": 400,
"reason": "Bad Request",
"userMessage":
"timespan filter not correct: Cannot parse '2019-11-31':Value 31 for dayOfMonth must be in the range [1,30]","developerMessage": "any additional detail, that might help."
}
The text was updated successfully, but these errors were encountered:
I received the wrong response code, when sending the following GET request
...api/timeseries/TBD/observations?timespan=2019-11-31/2019-12-31
:The response should look like this:
The text was updated successfully, but these errors were encountered: