Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

/names

Returns a paged list of names details.

Parameters

pageThe pagination offset for the list of results starting at 1.
pagesizeThe number of results to display during pagination (default = 10).
frommodifieddateThe earliest modified date for any of the results. The format of the date is yyyy-dd-mm.
parentnameid The unique identifier of the direct parent name.
ancestornameid

The unique identifier of any ancestor name.

biostatus  
status  

Use either the parentNameId or ancestorNameId parameter to retrieve the children or all descendants of a name.

Examples

Returning a list of records to maintain a local cache.

http://data.nzor.org.nz/names?frommodifieddate=2013-1-1

Code Block