Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This API provides a way to find out what species for which we hold data.

URL

description

status

notes

ws/data/species/list

Return entire list of species names

coded, not deployed

 

ws/data/species/find?match=<string to match>

Return species that match query string
 

coded, not deployed

No wildcard yet implemented in the matching string.

parameter

required

default

value options

description

dataService

-proposed-

-proposed-

-proposed-

-proposed-

collection

no

n/a

see Collections List Web Service API

limits search for the species name to a certain collection

match

yes, for /find

n/a

 

string to use in matching against sci. name (and common name?); are wildcard allowed in the match string?

locale

no

en_US

Java standard locale codes

locale in which to provide names in response and in which to match query string (when possible)

format

no

csv

  • csv
  • xml

format to use for response

...