...
Returns a paged list of summary name links.
Parameters
page | The pagination offset for the list of results |
pagesize | The number of results to display during pagination (default = 10) |
frommodifieddate | The earliest modified date for any of the results |
parentNameId | The unique identifier of the direct parent name |
ancestorNameId | The unique identifier of any ancestor name |
biostatus | |
status |
Example Response
/names
Xml
Code Block | ||
---|---|---|
| ||
<?xml version="1.0" encoding="utf-8"?> <Response xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Total>122022</Total> <Page>1</Page> <PageSize>10</PageSize> <Names> <NameLink> <NameId>397b0771-3577-472e-a6e8-00009a4d0b4e</NameId> <FullName>Yellowing Curtain Crust</FullName> <PartialName/> <Rank>none</Rank> <ModifiedDate>2011-11-25T15:20:41.607</ModifiedDate> </NameLink> <NameLink> <NameId>24cfddf1-8135-4ac0-b906-00034ee7fe61</NameId> <FullName>Uncinia uncinata var. pedicellata (Kük.) Petrie 1915</FullName> <PartialName>Uncinia uncinata var. pedicellata</PartialName> <Rank>variety</Rank> <ModifiedDate>2011-11-22T11:50:20.14</ModifiedDate> </NameLink> ... <NameLink> <NameId>0ea4f4ac-5199-4f65-ac94-0007ac0691e7</NameId> <FullName>Ypsilothuria</FullName> <PartialName>Ypsilothuria</PartialName> <Rank>genus</Rank> <ModifiedDate>2011-11-22T11:50:20.14</ModifiedDate> </NameLink> </Names> </Response> |