vignettes/eidith_API.md

title: "The EIDITH Web API" output: rmarkdown::html_vignette author: "Noam Ross" vignette: > %\VignetteIndexEntry{The EIDITH Web API} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8}

The eidith R package makes use of the EIDITH web API. This short document describes that API.

The API uses basic username/password authentication - in general usernames and passwords are the same as those used for login to the interactive site at https://www.eidith.org/.

Each table in the EIDITH database has a different API endpoint. They are:

Querying an endpoint using an EIDITH account credentials will provide all records that account has access to. Records are provided as JSON (application/JSON). For a list of the fields for each record, see ?ed_metadata in the R package documentation.

In addition, each endpoint, except TestIDSpecimenID, can take one of several filter parameters:



ecohealthalliance/eidith documentation built on Aug. 30, 2022, 7:45 a.m.