Get Name References
Return all Reference records for a Name with a given id
Pattern
Name/{id}/References?apikey={apikey}&format={format}
- id (required): The Name Id
- apikey (required): Your api key that was given to you
- format (required): Use the word \"xml\" or \"json\" to choose how you want your output to be formatted
Example
Name/25509881/References?apikey=D1CC4285-279D-4B5C-B469-861F4C1F4020&format=xml
Sample Response
<NameReferences>
<NameReference>
<Reference>
<ReferenceId>2538</ReferenceId>
<PublicationId>1034</PublicationId>
<ArticleTitle>Noteworthy grasses from Mexico V</ArticleTitle>
<Collation>37(4): 317–407</Collation>
<AbbreviatedTitle>Phytologia</AbbreviatedTitle>
<YearPublished>1977</YearPublished>
<FullCitation>Beetle, A. A. 1977. Noteworthy grasses from Mexico V. Phytologia 37(4): 317–407. </FullCitation>
</Reference>
<AcceptedBy>true</AcceptedBy>
</NameReference>
</NameReferences>