summary | Get uuid, uuid-url and scientific name of a given taxonID |
Response |
{"uuid": Universally Unique Identifier "url": url for uuid request resolver "taxonID": ID of scientific name "scientificName": scientific name "taxonName": scientific name without hybrids } |
Example | https://services.jacq.org/jacq-services/rest/JACQscinames/uuid/249254 look for uuid and scientific name of taxon-ID 249254 |
summary | Get scientific name, uuid and uuid-url of a given taxonID |
Response |
{"uuid": Universally Unique Identifier "url": url for uuid request resolver "taxonID": ID of scientific name "scientificName": scientific name "taxonName": scientific name without hybrids } |
Example | https://services.jacq.org/jacq-services/rest/JACQscinames/name/249254 look for scientific name and uuid of taxon-ID 249254 |
summary | do a fulltext search for scientific names and taxon names and also get their taxonIDs; all parts of the search term are mandatory for the search |
Response |
[{ "taxonID": ID of scientific name "scientificName": scientific name "taxonName": scientific name without hybrids },… ] |
Example | https://services.jacq.org/jacq-services/rest/JACQscinames/find/prunus aviu* martens look for all scientific names which have "prunus" and "martens" in it and something beginning with "aviu" |
summary | Get scientific name, uuid-url and taxon-ID of a given uuid |
Response |
{"uuid": Universally Unique Identifier "url": url for uuid request resolver "taxonID": ID of scientific name "scientificName": scientific name "taxonName": scientific name without hybrids } |
Example | https://services.jacq.org/jacq-services/rest/JACQscinames/resolve/86d5ecb1-c631-11e4-89a5-005056a41758 look for taxon-ID and scientific name of uuid 86d5ecb1-c631-11e4-89a5-005056a41758 |