Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

/names

Returns a paged list of summary name links.

Parameters

 

pageThe pagination offset for the list of results
pagesizeThe number of results to display during pagination (default = 10)
frommodifieddateThe earliest modified date for any of the results

Example Response

/names

Xml

<?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>
  • No labels