TNS Internal:NDR/API/2.0/specification/modifyAnnotation

From NSDLWiki

Jump to: navigation, search


 NDR Project Documentation   Conceptual Framework   v1.0 NDR-API Index   v2.0 NDR-API Index   Model 

Under Construction
Proposed method for inclusion in NDR/API 2.x.

Please provide feedback and comments in the NSDL Data Repository (NDR) API 2.0 Forum of the NSDL Community Forums.


NDR API Documentation - modifyAnnotation

Modify an annotation of another object in the NDR.



Request URL

http://ndr.nsdlib.org/api/modifyAnnotation


Must be an HTTP POST request.


Arguments

Parameters on Request URL:

  • inputXML (required)
    • handle (required) - the externally resolvable identifier of the annotation (returned by addAnnotation).
    • annotationXML (required) - annotation in the format specified by the XMLFormat parameter
    • XMLFormat (required) - id of the format of annotationXML NOTE: requires registration in advance
    • annotates (optional) - URL to a web resource NOTE: Do not include this element to leave the resourceURL unchanged.
    • externalIdentifier (optional) - application specific identifier that can be stored to facilitate retrieval by applications NOTE: Do not include this element to leave the externalIdentifier unchanged.



Request URL Example

Below is example inputXML for modifying an annotation.


<?xml version="1.0" encoding="UTF-8"?>
<inputXML 
    xmlns="http://ns.nsdlib.org/ndr/request_v2.00/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://ns.nsdlib.org/ndr/request_v2.00/ http://ns.nsdlib.org/schemas/ndr/request_v2.00.xsd" 
    schemaVersion="1.00.000">
  <handle>2200/20061212656</handle>
  <annotationXML>
    <nsdl_anno:nsdl_anno 
        xmlns:nsdl_anno="http://ns.nsdl.org/nsdl_anno_v1.02/" 
        schemaVersion="1.02.000" 
        xmlns:dc="http://purl.org/dc/elements/1.1/" 
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
        xsi:schemaLocation="http://ns.nsdl.org/nsdl_anno_v1.02/ http://ns.nsdl.org/schemas/nsdl_anno/nsdl_anno_v1.02.xsd"> 
      <title>Annotations for Global Sun Temperature Project</title> 
      <rating>5</rating> 
    </nsdl_anno:nsdl_anno>   
  </annotationXML>
  <XMLFormat>nsdl_anno</XMLFormat>
</inputXML>




Response

Structure of response:

  • handle - the externally resolvable identifier for the Annotation.
  • handleURL - the permanent URL to an XML representation of the annotation in the NDR.


Response Example

Below is an example response for this request.

<?xml version="1.0" encoding="UTF-8"?>
<NSDLDataRepository schemaVersion="1.00.000" 
    xmlns="http://ns.nsdlib.org/ndr/response_v2.00/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://ns.nsdlib.org/ndr/response_v2.00/ http://ns.nsdlib.org/schemas/ndr/response_v2.00.xsd">
  <responseTime>2006-04-10T18:07:53Z</responseTime>
  <requestURL>http://ndr.nsdlib.org/api/modifyAnnotation</requestURL>
  
  <resultData>
    <handle>2200/20061212656</handle>
    <handleURL>http://ndr.nsdlib.org/api/getAnnotationRecord/2200/20061212656</handleURL>
  <resultData>
</NSDLDataRespository>



API Links:


Additional Links Related to This Call:

Personal tools