...
Discovery endpoints
...
Discover endpoint helps help to retrieve all the possible values of specific variables within EcoPlots. You can easily find the desired values to be used in your queries.
...
"region_type", "region", "dataset", "site_id", "site_visit_id", "feature_type", "observed_property"
Discovery endpoints differ from data endpoints because BLAH BLAH BLAH.
Using
Request example:
Code Block |
---|
curl -X GET "http://localhost:5000/api/v1.0/discover/feature_type" -H "accept: application/json" |
...