/
NC
nceas
/
VegBankAPI
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 15m ago · Updated 2mo ago
Details
Filter operations
get
returns a specific plot observation via the observation accession code
get
returns all plot observations in paginated format.
post
takes a list of plot/observation objects and inserts them into the database.
get
returns all community classes in paginated format.
get
returns a specific community class via its accession code
get
/community-concepts/{accession_code}
get
returns all community concepts in paginated format.
post
takes a list of community concepts and adds them to the database, then returns their new accession codes.
get
returns a specific taxon observation via its (taxon observation) accession code. Currently hitting the view for taxa by cover percentage.
get
returns all taxa in paginated format.
get
returns a specific party via its accession code
get
returns all parties in paginated format.
get
returns a specific plant-concept via its accession code
get
takes a list of accession codes and returns the list of plant concepts associated with them. If no codes are provided, returns all plant concepts.
post
takes a list of plant concepts and adds them to the database, then returns their new accession codes.
get
returns a specific stratum method via its accession code
get
takes a list of accession codes and returns the list of stratum methods associated with them. If no codes are provided, returns all stratum methods.
post
takes a list of stratum methods and adds them to the database, then returns their new accession codes.
get
returns a specific cover method via its accession code
get
takes a list of accession codes and returns the list of cover methods associated with them. If no codes are provided, returns all cover methods.
post
takes a list of cover methods and adds them to the database, then returns their new accession codes.
get
returns a specific project via its accession code
get
takes a list of accession codes and returns the list of projects associated with them. If no codes are provided, returns all projects.
post
takes a list of projects and adds them to the database, then returns their new accession codes.
get
takes an accession code and returns the reference associated with it.
get
takes an accession code and returns the reference associated with it. If no codes are provided, returns all references.
post
takes a list of references and adds them to the database, then returns their new accession codes.
takes an accession code and returns the reference associated with it.
get
/references/{accession_code}
Path parameters
accession_code
string
required
Response
found
Reference
required
short_name
string
title
string
pub_date
string
publisher
string
url
string
accession_code
string
Changes