...
Discovery endpoints differ from data endpoints because BLAH BLAH BLAH.Using
...
This example Discovery request gets a list of all the filters that can be applied to further specify the desired criteria within a "feature_type"
request. To request a value other than "feature_type"
, replace ../discover/feature_type
with whatever value is of interest (ie. .../discover/region
).
Request example:
Code Block |
---|
curl -X GET "https://ecoplots.tern.org.au/api/v1.0/discover/feature_type" -H "accept: application/json" -H "X-Api-Key: aAbBcC...xXyYzZ" |
...