Changes between Version 12 and Version 13 of OTIS/Doc/Protocol

Show
Ignore:
Timestamp:
10/07/08 12:13:28 (2 years ago)
Author:
dsanders (IP: 137.65.132.18)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OTIS/Doc/Protocol

    v12 v13  
    4646|| '''Resource / Noun''' || '''Method''' || '''Request/Response Content''' || '''Description''' || 
    4747|| ~~!AuthenticatedSession/$sessionID/Context~~ || ~~POST~~ || na || Invalid noun/verb combination - there is no way to create a context. || 
    48 || !AuthenticatedSession/$sessionID/Context{{{[?attr=$attrID[&attr=$attrIDn]...]}}} || GET || <Entity> element [./contextGETRequest details] || Return multiple entities.  Currently returns all entities in the context.  Might want to add a ?filter= or multiple ?entityID= parameters to limit the entities returned. || 
     48|| !AuthenticatedSession/$sessionID/Context{{{[?attr=$attrID[&attr=$attrIDn]...]}}} || GET || <Context> element [./contextGETRequest details] || Return multiple entities.  Currently returns all entities in the context.  Might want to add a ?filter= or multiple ?entityID= parameters to limit the entities returned. || 
    4949|| !AuthenticatedSession/$sessionID/Context || PUT || <!ContextChange> element [./contextPUTRequest details] || Updates a context.  May operate on multiple entities, using <!EntityChange> child elements. || 
    5050|| ~~!AuthenticatedSession/$sessionID/Context~~ || ~~DELETE~~ || na || Invalid noun/verb combination - there is no way to delete a context. ||