Changes between Version 48 and Version 49 of DASISH/Scenario


Ignore:
Timestamp:
05/14/13 17:10:41 (11 years ago)
Author:
olhsha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DASISH/Scenario

    v48 v49  
    124124DELETE api/annotations/<aid>
    125125
    126 No enveloped response, just an http status code
     126No enveloped response, just an http status code.
    127127
    128128= Notebooks =
     
    132132GET api/notebooks
    133133
    134 Response: the list of notebooks.
    135 
     134Response: the list of notebook infos, see  [[XSD and XML#GETapinotebooks | Retrieving notebook info list]].
    136135== Retrieve notebook info
    137136
    138137GET api/notebooks/<nid>
    139138
    140 Response: Notebook Info
     139Response: Notebook Info, see [[XSD and XML#GETapinotebooksNIDxyxy | Retrieving notebook info]].
    141140
    142141== Retrieving the list of annotations in a notebook if <uid> has a read access to this notebook ==
     
    144143GET api/notebooks/<nid>/annotations/
    145144
    146 Response: the list of annotation Info, see [[XSD and XML#GETapinotebooksNIDxyxyannotations | Retrieving the list of annotations]]
     145Response: the list of annotation Info, see [[XSD and XML#GETapinotebooksNIDxyxyannotations | Retrieving the list of annotations for a notebook]].
    147146
    148147== Adding an annotation to a notebook ==