replaced taxontree with classification for the rest api documentation
authorAlexander Oppermann <a.oppermann@bgbm.org>
Wed, 15 Oct 2014 08:03:19 +0000 (08:03 +0000)
committerAlexander Oppermann <a.oppermann@bgbm.org>
Wed, 15 Oct 2014 08:03:19 +0000 (08:03 +0000)
src/site/apt/rest-api.apt

index 688439101af6e6e9f6ea94390819a8fd06391a29..c984369bce9273087a9a5999f794afc78723f392 100644 (file)
@@ -503,7 +503,7 @@ The returned \{base-type\} instances are initialized by the <default initialisat
 "elements.media.representations.parts"
 ----
 
-*** /portal/taxontree
+*** /portal/classification
 
        Lists all available TaxonomicTrees. 
 
@@ -515,7 +515,7 @@ The returned \{base-type\} instances are initialized by the <default initialisat
 "reference.authorTeam.titleCache"
 ----
 
-*** /portal/taxontree/\{tree-uuid\},\{rank-uuid\}
+*** /portal/classification/\{classification-uuid\},\{rank-uuid\}
 
        Lists all TaxonNodes of the specified TaxonomicTree for a given Rank. If a branch does not contain a TaxonNode with a TaxonName at the given Rank the node associated with the next lower Rank is taken as root node. If the rank is null the absolute root nodes will be returned. 
 
@@ -536,7 +536,7 @@ The returned \{base-type\} instances are initialized by the <default initialisat
 "taxon.name.taggedName"
 ----
 
-***  /portal/taxontree/\{tree-uuid\},\{rank- uuid\}/\{taxon-uuid\}
+***  /portal/classification/\{classification-uuid\},\{rank-uuid\}/\{taxon-uuid\}
 
        Lists all child-TaxonNodes of the specified Taxon in the TaxonomicTree. The a given Rank is ignored in this method but for consistency reasons it has been allowed to included it into the URI. 
 
@@ -559,7 +559,7 @@ The returned \{base-type\} instances are initialized by the <default initialisat
 "taxon.name.taggedName"
 ----
 
-***  /portal/taxontree/\{tree-uuid\},\{rank-uuid\}/\{taxon-uuid\}/path
+***  /portal/classification/\{classification-uuid\},\{rank-uuid\}/\{taxon-uuid\}/path
 
        Provides path of TaxonNodes from the base node to the node of the specified taxon. 
 
@@ -588,4 +588,4 @@ The returned \{base-type\} instances are initialized by the <default initialisat
 
        Assembles and returns URI parameter Strings for the EDIT Map Service. 
 The distribution areas for the Taxon instance identified by the \{taxon-uuid\} are found and are translated into an valid URI parameter String. 
-Higher level distribiution areas are expanded in order to include all nested sub-areas.
\ No newline at end of file
+Higher level distribiution areas are expanded in order to include all nested sub-areas.