added occurrence search to main rest api page
authorCherian Mathew <c.mathew@bgbm.org>
Tue, 27 May 2014 13:46:49 +0000 (13:46 +0000)
committerCherian Mathew <c.mathew@bgbm.org>
Tue, 27 May 2014 13:46:49 +0000 (13:46 +0000)
.gitattributes
src/site/apt/remote/occurrence-catalogue-default.apt
src/site/apt/rest-api-occurrence-catalogue.apt [new file with mode: 0755]
src/site/site.xml

index 26228e3c54a56acc624c6e10da68c5af059f0378..c6881c1ee25e4c485fca9295f7d3273e0b081e11 100644 (file)
@@ -2455,6 +2455,7 @@ src/site/apt/remote/search-fulltext-info.apt -text
 src/site/apt/remote/search-name-default.apt -text
 src/site/apt/remote/search-taxon-info.apt -text
 src/site/apt/rest-api-name-catalogue.apt -text
+src/site/apt/rest-api-occurrence-catalogue.apt -text
 src/site/apt/rest-api-search.apt -text
 src/site/apt/rest-api-statistics.apt -text
 src/site/apt/rest-api.apt -text
index 6376c7cbadd7cb7843c0010c698637b3030faf92..51c41f884bf9cd0b2b70e4de5d0b31282acc42f2 100644 (file)
@@ -4,7 +4,7 @@
 \r
 {CDM Occurrence Search API}\r
 \r
-       This web service endpoint serves as a search engine for taxon UUID-related occurrences.\r
+       This web service endpoint provides occurrence information corresponding to a specific (accepted) taxon uuid.\r
        \r
        The request parameters are :    \r
        \r
@@ -93,7 +93,7 @@
                \r
                * Base UUID search :    \r
                                \r
-                       * {{{taxonUuid=aabef285-c8f7-4bee-a703-cfc7e4a70075} /occurrence_catalogue.json?query=95402484-06cc-4284-a84c-193be51489ea}}\r
+                       * {{{taxonUuid=aabef285-c8f7-4bee-a703-cfc7e4a70075} /occurrence_catalogue.json?taxonUuid=95402484-06cc-4284-a84c-193be51489ea}}\r
                        \r
                * UUID search with paging : \r
                \r
diff --git a/src/site/apt/rest-api-occurrence-catalogue.apt b/src/site/apt/rest-api-occurrence-catalogue.apt
new file mode 100755 (executable)
index 0000000..6a6f82e
--- /dev/null
@@ -0,0 +1,27 @@
+                       -----------------------------
+                       Occurrence Catalogue REST API
+                       -----------------------------
+                       ------
+                       2012-07-31
+                       ------
+
+
+Occurrence Catalogue REST API
+
+       This web service namespace is an add-on to the already existing CDM REST API and provides information relating to 
+       species occurrence, i.e. specimen records or field observations
+       
+       The services include,
+               
+               *** {{{./remote/occurrence-catalogue-default.html} occurrence search}}  : This web service endpoint provides occurrence information corresponding to a specific (accepted) taxon uuid.
+       
+       []
+       
+       These web services have been developed within the pro-iBiosphere project ({{{http://www.pro-ibiosphere.eu/}www.pro-ibiosphere.eu}}) using a pilot datasource relating to the genus 
+       'Chenopodium'.
+       
+* CDM - Chenopodium
+               
+       The occurrence catalogue services (and related documentation) which correspond to the Chenopodium data can be found at,
+       
+       *** occurrence search           : {{{http://dev.e-taxonomy.eu/cdmserver/chenopodiumPilot/occurrence_catalogue} http://dev.e-taxonomy.eu/cdmserver/chenopodiumPilot/occurrence_catalogue}} 
index 45d6760ee2cc3737b28d5df47bf77b8a3285e71c..754d1367de20041524cdfca9a638b72dd6ad24f3 100644 (file)
@@ -21,6 +21,7 @@
       <item name="Search" href="rest-api-search.html"/>
       <item name="Statistics" href="rest-api-statistics.html"/>
       <item name="Name Catalogue" href="rest-api-name-catalogue.html"/>
+      <item name="Occurrence Catalogue" href="rest-api-occurrence-catalogue.html"/>
       </item>
       <item name="OAI-PMH" href="oai-pmh.html"/>
       <item name="Troubleshooting" href="troubleshooting.html"/>