Identity/AttachedServices/StorageServerProtocol: Difference between revisions

Jump to navigation Jump to search
Line 63: Line 63:
=== GET <base-url> ===
=== GET <base-url> ===


Get the current version id for all collections.  This is the same data as returned in the session-establishment call above, but it may be useful if the client wants to refresh its view.  Example:
Get the current metadata for all collections.  This is the same data as returned in the session-establishment call above, but it may be useful if the client wants to refresh its view.  Example:


     >  GET <base-url>
     >  GET <base-url>
Line 72: Line 72:
     <  {
     <  {
     <  "collections": {
     <  "collections": {
     <    "bookmarks": <version id for bookmarks collection>,
     <    "XXXXX": {
     <    "passwords": <version id for passwords collection>,
    <      "version": <version id for this collection>,
    <      "keyid": <key id for this collection>
    <    },
     <    "YYYYY": {
    <       "version": <version id for this collection>,
    <      "keyid": <key id for this collection>,
    <      "details:" <details map for this collection>
    <    },
     <    <...etc...>
     <    <...etc...>
     <  }
     <  }
Confirmed users
358

edits

Navigation menu