returns all plot observations in paginated format.
get/plot-observations
Query parameters
limitinteger
offsetinteger
detailstring
How much detail to return. Options are "full" or "minimal" and full is default.
Response
found
Example response
[
{
"observation_id": "TODO",
"author_obs_code": "TODO",
"obs_start_date": "TODO",
"obs_end_date": "TODO",
"date_accuracy": "TODO",
"date_entered": "TODO",
"method_narrative": "TODO",
"stem_sample_method": "TODO",
"original_data": "TODO",
"effort_level": "TODO",
"floristic_quality": "TODO",
"bryophyte_quality": "TODO",
"lichen_quality": "TODO",
"observation_narrative": "TODO",
"landscape_narrative": "TODO",
"homogeneity": "TODO",
"phenologic_aspect": "TODO",
"representativeness": "TODO",
"stand_maturity": "TODO",
"successional_status": "TODO",
"hydrologic_regime": "TODO",
"soil_moisture_regime": "TODO",
"soil_drainage": "TODO",
"water_salinity": "TODO",
"soil_taxon_src": "TODO",
"name_other": "TODO",
"dominant_stratum": "TODO",
"growthform1_type": "TODO",
"growthform2_type": "TODO",
"growthform3_type": "TODO",
"accession_code": "TODO",
"plot": {
"author_plot_ode": "TODO",
"real_latitude": 45.67,
"real_longitude": -123.45,
"confidentiality_reason": "TODO",
"author_e": "TODO",
"author_n": "TODO",
"author_zone": "TODO",
"author_datum": "TODO",
"author_location": "TODO",
"location_narrative": "TODO",
"dsgpoly": "TODO",
"shape": "TODO",
"stand_size": "TODO",
"placement_method": "TODO",
"layout_narrative": "TODO",
"topo_position": "TODO",
"landform": "TODO",
"surficial_deposits": "TODO",
"rock_type": "TODO",
"accession_code": "TODO"
}
}
]