DigitaleDeltaOrg / dd-grid-api

Ontwikkeling van een Digitale Delta API voor roosterdata
0 stars 1 forks source link

Default and list of values for query parameter realization #13

Closed gerritsj closed 3 years ago

gerritsj commented 3 years ago

For the end point coverages/{coverageId}/data the query parameter realization should be optional, with all realizations as a default.

The user may want to get multiple realizations, such as [0,1,2,3,4,5], [0-10] (or even [1-5, 10-15].

stefhummel commented 3 years ago

(During team discussion) Indeed offer the option of requesting for multiple realizations Default: provide all realizations. For now only supported by providing .../data?realization=0,1,2,3,4,5