Replies: 2 comments
|
Hopefully we'll get a formal answer, but I had the same problem and did a lot of experimenting. I found the following:
I also learned the following:
Original Post: https://stackoverflow.com/questions/50473592/api-weather-gov-start-and-end-times/61798862#61798862 |
0 replies
|
@netbymatt thanks for your answer. Looks like the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Regarding to this documentation there is a way to filter alerts between dates using the
startandendquery parameters. I tried many formats including the same format that the api uses to return dates and always got a BadRequest with this messageParameter \"start\" is invalid: This value is not a valid datetime.Could you please provide the correct format to use to filter by date?
Thanks
All reactions