Confirmed users
358
edits
(→GET) |
|||
Line 63: | Line 63: | ||
=== GET <base-url> === | === GET <base-url> === | ||
Get the current | 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": { | ||
< " | < "XXXXX": { | ||
< " | < "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...> | ||
< } | < } |