Changes between Version 143 and Version 144 of DASISH/SpecificationDocument


Ignore:
Timestamp:
11/14/13 18:18:23 (11 years ago)
Author:
olhsha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DASISH/SpecificationDocument

    v143 v144  
    109109</tr>
    110110<tr>
    111 <td>GET api/users/uid</td>
     111<td>GET api/users/[uid]</td>
    112112<td style="background: red; color=white"> user with the given uid </td>
    113113<td style="background: red; color=white"> User</td>
    114114</tr>
    115115<tr>
    116 <td style="background: red; color=white"> GET api/users/uid/current</td>
     116<td style="background: red; color=white"> GET api/users/[uid]/current</td>
    117117<td> <a href = https://trac.clarin.eu/wiki/DASISH/XSD%20and%20XML#GETapiuser00000000-0000-0000-0000-000000000011> see  Authentication in Scenario </a> </td>
    118118<td > CurrenUserInfo </td>
    119119</tr>
    120120<tr>
    121 <td> GET api/users/info?email=... </td>
     121<td> GET api/users/info?email=[... ]</td>
    122122<td> <a href =https://trac.clarin.eu/wiki/DASISH/XSD%20and%20XML#GETapiusersinfoemailtwagoompi.nl> see  Authentication in Scenario </a> </td>
    123123<td > User </td>
     
    174174</tr>
    175175<tr>
    176 <td>GET api/targets/tid </td>
     176<td>GET api/targets/[tid] </td>
    177177<td> <a href=https://trac.clarin.eu/wiki/DASISH/XSD%20and%20XML#GETapiannotations00000000-0000-0000-0000-000000000021sources> See the second step for Unresolvable targets in Scenario  </a></td>
    178178<td > Target </td>
    179179</tr>
    180180<tr>
    181 <td > GET api/targets/tid/versions</td>
     181<td > GET api/targets/[tid]/versions</td>
    182182<td> Returns the lists of the URIs of all the “sibling”-versions of the tid, that is targets related to the same source (the same link)| </td>
    183183<td > ReferenceList </td>
    184184</tr>
    185185<tr>
    186 <td style="background: red; color=white"> POST api/targets/tid/cached/fragmentdescriptor</td>
     186<td style="background: red; color=white"> POST api/targets/[tid]/cached/[fragmentdescriptor]</td>
    187187<td style="background: red; color=white">a 2-part POST, with the request body consisting of a description CachedRepresentationInfo  class,  and a single file (multiple files must be archived).</td>
    188188<td style="background: red; color=white">CachedRepresentationInfo </td>