Overview

The H2Ohio Wetlands Monitoring aims to access nutrient removal for wetland restoration and enhancement projects in Ohio. This service is the Data Management System (DMS) for the H2Ohio Wetlands Monitoring program. It is designed to provide a centralized platform for storing, managing, and accessing the programs collected data. The service provides access to the data through a RESTful API,documented and available on this page.

API Structure

Authentication

Manages user sign-in and active sessions, and issues the API tokens used for programmatic access. Use these endpoints to log in, check the current user, and create or revoke tokens for scripts and other automated clients.

Data

User-facing, primarily read focused endpoints for browsing the program's collected data. These endpoints join related tables together and resolve internal ids into readable fields, so consumers can read observations, sensor events, and locations without needing to know the underlying database structure.

Tables

Admin-facing endpoints for direct access to the underlying database tables. Each endpoint maps to a single table and supports creating, reading, updating, and deleting individual records, giving administrators fine-grained control over the raw data.