Changes between Version 12 and Version 13 of OTIS/Doc/Protocol
- Timestamp:
- 10/07/08 12:13:28 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OTIS/Doc/Protocol
v12 v13 46 46 || '''Resource / Noun''' || '''Method''' || '''Request/Response Content''' || '''Description''' || 47 47 || ~~!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. || 49 49 || !AuthenticatedSession/$sessionID/Context || PUT || <!ContextChange> element [./contextPUTRequest details] || Updates a context. May operate on multiple entities, using <!EntityChange> child elements. || 50 50 || ~~!AuthenticatedSession/$sessionID/Context~~ || ~~DELETE~~ || na || Invalid noun/verb combination - there is no way to delete a context. ||