[GET] api/v1/taxon_concepts/:taxon_concept_id/references

Description

Lists references for a given taxon concept

citation

reference citation [unlimited length]

is_standard

boolean flag that indicates whether this is a CITES standard reference

Supported Formats

JSON, XML

Errors

400 Bad Request
401 Unauthorized
404 Not Found
422 Unprocessable Entity
500 Internal Server Error

Examples

[
  {
    "citation":"Wilson, D.E. and Reeder, D.M. (Eds.) 1993. <i>Mammal species of the world, a taxonomic and geographic reference</i>. Smithsonian Institution Press. Washington and London.",
    "is_standard":true
  },
  {
    "citation":"Wilson, D.E. and Reeder, D.M. (Eds.) 2005. <i>Mammal species of the world, a taxonomic and geographic reference</i>. The Johns Hopkins University Press.",
    "is_standard":false
  }
]
<?xml version="1.0" encoding="UTF-8"?>
<taxon-references type="array">
  <taxon-reference>
    <citation>Wilson, D.E. and Reeder, D.M. (Eds.) 1993. &lt;i&gt;Mammal species of the world, a taxonomic and geographic reference&lt;/i&gt;. Smithsonian Institution Press. Washington and London.</citation>
    <is-standard type="boolean">true</is-standard>
  </taxon-reference>
  <taxon-reference>
    <citation>Wilson, D.E. and Reeder, D.M. (Eds.) 2005. &lt;i&gt;Mammal species of the world, a taxonomic and geographic reference&lt;/i&gt;. The Johns Hopkins University Press.</citation>
    <is-standard type="boolean">false</is-standard>
  </taxon-reference>
</taxon-references>

Params

Param name Description
taxon_concept_id
required

Taxon Concept ID


Value: Must be String