Changes between Version 47 and Version 48 of DASISH/SpecificationDocument


Ignore:
Timestamp:
04/12/13 15:39:42 (11 years ago)
Author:
olhsha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DASISH/SpecificationDocument

    v47 v48  
    246246
    247247||= '''Resource'''   =||= '''Description''' =||
    248 ||{{{GET api/user/}}} || Returns logged-in user's UID and two list of notebooks (read and write), incl. their id's and rendering names.
    249 
    250 === Alternative ===
    251 Proposed by Twan
    252 
    253 ||= '''Resource'''   =||= '''Description''' =||
    254 ||{{{GET api/user/info}}} || Returns logged-in user's UID (and possibly other info) ||
    255 
    256 * Retrieval of readable and writable notebooks through call to /api/notebooks, e.g.
    257 ||= '''Resource'''   =||= '''Description''' =||
    258 ||{{{GET api/notebooks}}} || Returns notebooks accessible to the current user. For each notebook attributes indicate: whether it is owned by user; whether user can read; whether user can write ||
     248||{{{GET api/user/uid}}} || Returns logged-in user's UID.
    259249
    260250
     
    314304
    315305||='''Resource'''=||='''Description'''=||
     306||{{{GET api/notebooks}}} || Returns notebooks accessible to the current user. For each notebook attributes indicate: whether it is owned by user; whether user can read; whether user can write ||
    316307||{{{GET api/notebooks/owned}}}||Returns the list of all notebooks owned by the current logged user.||
    317308||{{{GET api/notebooks/<nid>/readers}}}||Returns the list of <uid> who allowed to read the annotations from notebook.||