Get Name Chromosome Counts
Return all chromosome count records for a Name with a given id
Pattern
Name/{id}/ChromosomeCounts?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/ChromosomeCounts?apikey=D1CC4285-279D-4B5C-B469-861F4C1F4020&format=xml
Sample Response
<ChromosomeCounts>
<ChromosomeCount>
<Reference>
<ReferenceId>1000008</ReferenceId>
<PublicationId>1</PublicationId>
<ArticleTitle>Chromosome counts in Arundinoideae, Chloridoideae, and Poideae (Poaceae) from Pakistan</ArticleTitle>
<Collation>81(4): 784–791</Collation>
<AbbreviatedTitle>Ann. Missouri Bot. Gard.</AbbreviatedTitle>
<YearPublished>1994</YearPublished>
<FullCitation>Moinuddin, M., A. A. Vahidy & S. I. Ali. 1994. Chromosome counts in Arundinoideae, Chloridoideae, and Poideae (Poaceae) from Pakistan. Ann. Missouri Bot. Gard. 81(4): 784–791. </FullCitation>
</Reference>
<DisplayName>Poa annua L.</DisplayName>
<IPCNAbbreviation>94-95</IPCNAbbreviation>
<IPCNReferenceID>9019418</IPCNReferenceID>
<GametophyticCount>14</GametophyticCount>
</ChromosomeCount>
</ChromosomeCounts>