Version Released What's New
   

View the detailed DataStore Api Documentation
as generated from the OpenAPI Specification 2.0 JSON Document.

6.0.0 2023.8.9
Revised Originating Project and sibling Product structure.
  • The old structure contained a single Project and the sibling Product References for that Project. Now a Product Reference can belong to multiple Projects, so the new structure is under a Projects tag and containing all originating Projects in separate Project tags. Nest within a project tag is a SiblingProduct tag which contains all the sibling Product References for the Project.
5.1.0 2023.3.20
Advanced Search: One new criteria have been added.
  • Taxonomy search section was added. The search will allow for scientific name, common name, or both. When both or common name is specified, the keywords values are also searched.
5.0.0.21774 2022.10.21
Quick Search: Added two new optional search parameters.
  • Reference Type Group parameter which will filter all References not of a given group type.
    The default is “All” or no filtering of References. Only one Reference Group Type permitted per query.
  • The second optimal parameter is a string. If the value is "withdigital" only return References with one or more digital files. If the value is "withoutdigital" only return References without a
    digital file will be returned. If the value is "all" (which is the default) Reference with or without digital will be returned.
5.0.0.21774 2022.10.21
Advanced Search: Two new criteria have been added.
  • First the “By or for the NPS” criteria permit filtering of references that were created by or for the NPS,
    not create by or for the NPS, any status or unknown.
  • The second new, “Producing Units” filters Reference with or without “Producing Units”
4.1.1.15398 2018.08.10
When viewing a Profile, the FilesAndLinks section will now show the fileName for a digital file and the fileId property reflects the same id shown in the (download) url.

4.1.0.14295 2018.01.30
New read-only operations. The following Reference sub-properties can be accessed individually.

1.0.3.00627 2016.06.27
Added endpoints for obtaining an FGDC-1998 compliant metadata representation of a Geospatial Reference.
See Download FGDC Documentation.
If the Reference was created from an FGDC metadata xml source, this method will attempt to return the original metadata merged with a subset of the latest attributes as managed in the web application itself.
If an updated metadata xml file has been linked to the Reference after its initial creation, the latest such xml document will be used as the source for the merge operation.
Finally, if no metadata xml document was used to create the Reference, a best attempt will be made to generate a new, simple metadata representation.
The /rest/MetadataDownload/{referenceCode} endpoint will return the generated metadata as an xml file.
The /rest/MetadataContent/{referenceCode} endpoint will return the generated metadata in the response. The default format is xml, but a json formatted response is also supported.

1.0.2.00606 2016.06.06
Added endpoints for downloading files (holdings) linked to a Reference.
See Download File Documentation.
A http HEAD request can be submitted to get header information about the file, before downloading it.
A simple GET request will download the file itself. However, the endpoint supports range requests, which can be used to download the file in parts. This supports clients that offer pause/continue or parallel download.
Note how pre-conditions are also supported
  • If-Modified-Since (use Last-Modified header value)
  • If-Unmodified-Since (use Last-Modified header value)
  • If-Match (use ETag header value)
  • If-None-Match (use ETag header value)
  • If-Range (use ETag or Last-Modified header value; only when requesting a Range)

1.0.1.00509 2016.04.15
Please note that the 'Children', 'Products', and 'ProjectAndRelatedProducts' of the Reference Profile are now 'ReferenceComposite' rows instead of 'ReferenceRow'. That means each row will have a potential sub-collection of Linked Resources and/or Units. Since this simply adds a nested collection to the previous model, it should not break any existing json or xml based object parsing.

1.0.0.00317 2016.03.17
Our initial release of the new v4 read-only api.
In addition to simple 'GET' requests, several endpoints now support 'POST' for submitting complex search criteria or value lists that exceed url limits.
Endpoints supporting 'POST' include These endpoints, and a few others, also support the request to add any linked Units or Holdings to each item returned in the response set.
The additional data is requested using the alternate 'Composite' endpoints: