Open inguyen314 opened 5 months ago
This issue needs to be revisited in more depth but I noticed that the getOne and getAlll end-points currently go thru some slightly different logic and the getAll appears to return the date you want but it might only work for SI until servers are updated.
I need to extract the location level (Record Stage) level-date.
Here is my SQL statement.
The SQL above returns a
constant_level = 49.58
andlevel_date = 01-Aug-93
(these are what i need)I cannot replicate this with CDA:
CDA does not return the correct "level-date"? https://water.usace.army.mil/cwms-data/levels/St%20Louis-Mississippi.Stage.Inst.0.Record%20Stage?office=MVS&effective-date=2024-01-01T08:00:00&unit=ft
This is the payload i'm seeing from CDA:
thanks