Is your feature request related to a problem? Please describe.
On CDA call 05/04/2026
Should we improve the /catalog to include other tables/types?
Right now there are getAll methods within the other endpoints.
Describe the solution you'd like
Create an ADR to discuss what is needed and what sort of payload responses should come back for the catalog.
What sort of responses do we need for various applications?
Describe alternatives you've considered
Additional context
A2W returns a locations endpoint that gives all Authoritative TS/Levels and their values. The aliases.
https://water.usace.army.mil/cda/reporting/providers/swt/locations
This means we could CHANGE how the catalog returns vs the individual getAll which SHOULD match the getOne. Allows for doing a getALL and then doing a store One/etc. (Round trip)
Is your feature request related to a problem? Please describe.
On CDA call 05/04/2026
Should we improve the /catalog to include other tables/types?
Right now there are
getAllmethods within the other endpoints.Describe the solution you'd like
Create an ADR to discuss what is needed and what sort of payload responses should come back for the catalog.
What sort of responses do we need for various applications?
Describe alternatives you've considered
Additional context
A2W returns a locations endpoint that gives all Authoritative TS/Levels and their values. The aliases.
https://water.usace.army.mil/cda/reporting/providers/swt/locations
This means we could CHANGE how the catalog returns vs the individual
getAllwhich SHOULD match thegetOne. Allows for doing a getALL and then doing a store One/etc. (Round trip)