Confirmed users
358
edits
(→GET) |
(→GET /) |
||
Line 87: | Line 87: | ||
=== GET <base-url>/<collection> === | === GET <base-url>/<collection> === | ||
Get the current | Get the current metadata for a specific collection. Example: | ||
> GET <base-url>/<collection> | > GET <base-url>/<collection> | ||
Line 95: | Line 95: | ||
< Content-Type: application/json | < Content-Type: application/json | ||
< { | < { | ||
< "version": <version id for this collection> | < "version": <version id for this collection>, | ||
< "keyid": <key id for this collection>, | |||
< "details": <details map for this collection> | |||
< } | < } | ||