The series-rest-api Documentation lists a Query parameter called service[s] for the Endpoints:
/platforms
/stations
/datasets
/timeseries
/categories
/phenomena
/procedure
/offerings
/features
This Parameter is currently not implemented in the dao-series-api.
In this dao the service Parameter is set either set by Spring here and/or by the database (to be retrieved here) if a custom hibernate mapping is used.
The series-rest-api Documentation lists a Query parameter called
service[s]for the Endpoints:/platforms/stations/datasets/timeseries/categories/phenomena/procedure/offerings/featuresThis Parameter is currently not implemented in the dao-series-api.
In this dao the service Parameter is set either set by Spring here and/or by the database (to be retrieved here) if a custom hibernate mapping is used.