Queries take data form different areas and are more user friendly than using endpoints. Output is usable without further manipulation.
Table of Contents |
---|
All Data Remember that all data endpoints allow filtering using the ! Info
The query parameter in the request body . E.g. you can:Retrieve allows the data requested from any endpoint to be filtered according to the parameters specified. For example:
From the * endpoint, it is possible to retrieve only sites which contain a feature of interest (FOI) = “plant occurrence”
...
From the * endpoint, it is possible to retrieve observations which contain a parameter = “basal area”
...
Data query
One of the strengths of EcoPlots is how powerful the query system is. Data are stored as atomic elements (observations) allowing to filter by 0 to many facets.
...